Html Css Color HEX #AF6402 Golden Brown

📋 copy color: '#AF6402'

red 175 ◦ green 100 ◦ blue 2

#AF6402
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Golden Brown #AF6402

Tints of Golden Brown #AF6402

RGB

 RED value IS 175 (68.75% from 255) = 63.18%

 GREEN value IS 100 (39.45% from 255) = 36.1%

 BLUE value IS 2 (1.17% from 255) = 0.72%

R = 63.18%
G = 36.1%
B = 0.72%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.99

 K value IS 0.31

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#AF6402 (or 0xAF6402) is known color: Golden Brown. HEX triplet: AF, 64 and 02. RGB value is (175,100,2). Sum of RGB (Red+Green+Blue) = 175+100+2=277 (36% of max value = 765). Red value is 175 (68.75% from 255 or 63.18% from 277); Green value is 100 (39.45% from 255 or 36.10% from 277); Blue value is 2 (1.17% from 255 or 0.72% from 277); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6402 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF6402 is #509BFD. Grayscale: #6F6F6F. Windows color (decimal): -5282814 or 156847. OLE color: 156847.

HSL color Cylindrical-coordinate representation of color #AF6402: hue angle of 33.99º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AF6402 is Cyan = 0, Magento = 0.43, Yellow = 0.99 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 100 2 -
CMYK 0 0.43 0.99 0.31
HSL 33.99º 0.98% 0.35% -
HSV(B) 33.99º 0.99% 0.69% -
XYZ 22.25 18.23 2.4 -
YUV 111.25 66.35 173.47 -
System Red Green Blue C M Y K H S L
Decimal 175 100 2 0 0.43 0.99 0.31 33.99 0.98 0.35
Hex AF 64 2 0 2B 63 1F 22 62 23
Octal 257 144 2 0 53 143 37 42 142 43
Binary 10101111 1100100 10 0 101011 1100011 11111 100010 1100010 100011

Color Harmonies of #AF6402

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6402

Black with #AF6402

Text Example


Text Example

White with #AF6402

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6402; }

 p { color: rgb(175,100,2); }

 H1.HeaderClassName
 {
   color: #AF6402;
 }
 .AnyTagClassName
 {
   color: #AF6402;
 }
</style>

background-color css

<style>
 a { background-color: #AF6402; }

 a { background-color: rgb(175,100,2); }

 div.DivClassName
 {
   background-color: #AF6402;
 }
 .BgClassName
 {
   background-color: #AF6402;
 }
</style>

border-color css

<style>
 span { border-color: #AF6402; }

 span { border-color: rgb(175,100,2); }

 td.TdClassName
 {
   border-color: #AF6402;
 }
 .TagClassName
 {
   border-color: #AF6402;
 }
</style>