Html Css Color HEX #AF6802 Golden Brown

📋 copy color: '#AF6802'

red 175 ◦ green 104 ◦ blue 2

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

Shades of Golden Brown #AF6802

Tints of Golden Brown #AF6802

RGB

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

 GREEN value IS 104 (41.02% from 255) = 37.01%

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

R = 62.28%
G = 37.01%
B = 0.71%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.99

 K value IS 0.31

RGB Variations

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

Color information

#AF6802 (or 0xAF6802) is known color: Golden Brown. HEX triplet: AF, 68 and 02. RGB value is (175,104,2). Sum of RGB (Red+Green+Blue) = 175+104+2=281 (37% of max value = 765). Red value is 175 (68.75% from 255 or 62.28% from 281); Green value is 104 (41.02% from 255 or 37.01% from 281); Blue value is 2 (1.17% from 255 or 0.71% from 281); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6802 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF6802 is #5097FD. Grayscale: #727272. Windows color (decimal): -5281790 or 157871. OLE color: 157871.

HSL color Cylindrical-coordinate representation of color #AF6802: hue angle of 35.38º 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 #AF6802 is Cyan = 0, Magento = 0.41, Yellow = 0.99 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 104 2 -
CMYK 0 0.41 0.99 0.31
HSL 35.38º 0.98% 0.35% -
HSV(B) 35.38º 0.99% 0.69% -
XYZ 22.64 19.02 2.54 -
YUV 113.6 65.02 171.79 -
System Red Green Blue C M Y K H S L
Decimal 175 104 2 0 0.41 0.99 0.31 35.38 0.98 0.35
Hex AF 68 2 0 29 63 1F 23 62 23
Octal 257 150 2 0 51 143 37 43 142 43
Binary 10101111 1101000 10 0 101001 1100011 11111 100011 1100010 100011

Color Harmonies of #AF6802

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6802

Black with #AF6802

Text Example


Text Example

White with #AF6802

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6802; }

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

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

background-color css

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

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

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

border-color css

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

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

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