Html Css Color HEX #AF6008 Golden Brown

📋 copy color: '#AF6008'

red 175 ◦ green 96 ◦ blue 8

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

Shades of Golden Brown #AF6008

Tints of Golden Brown #AF6008

RGB

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

 GREEN value IS 96 (37.89% from 255) = 34.41%

 BLUE value IS 8 (3.52% from 255) = 2.87%

R = 62.72%
G = 34.41%
B = 2.87%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.95

 K value IS 0.31

RGB Variations

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

Color information

#AF6008 (or 0xAF6008) is known color: Golden Brown. HEX triplet: AF, 60 and 08. RGB value is (175,96,8). Sum of RGB (Red+Green+Blue) = 175+96+8=279 (36% of max value = 765). Red value is 175 (68.75% from 255 or 62.72% from 279); Green value is 96 (37.89% from 255 or 34.41% from 279); Blue value is 8 (3.52% from 255 or 2.87% from 279); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6008 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF6008 is #509FF7. Grayscale: #6E6E6E. Windows color (decimal): -5283832 or 549039. OLE color: 549039.

HSL color Cylindrical-coordinate representation of color #AF6008: hue angle of 31.62º degrees, saturation: 0.91, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AF6008 is Cyan = 0, Magento = 0.45, Yellow = 0.95 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 96 8 -
CMYK 0 0.45 0.95 0.31
HSL 31.62º 0.91% 0.36% -
HSV(B) 31.62º 0.95% 0.69% -
XYZ 21.91 17.5 2.45 -
YUV 109.59 70.67 174.66 -
System Red Green Blue C M Y K H S L
Decimal 175 96 8 0 0.45 0.95 0.31 31.62 0.91 0.36
Hex AF 60 8 0 2D 5F 1F 20 5B 24
Octal 257 140 10 0 55 137 37 40 133 44
Binary 10101111 1100000 1000 0 101101 1011111 11111 100000 1011011 100100

Color Harmonies of #AF6008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6008

Black with #AF6008

Text Example


Text Example

White with #AF6008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6008; }

 p { color: rgb(175,96,8); }

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

background-color css

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

 a { background-color: rgb(175,96,8); }

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

border-color css

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

 span { border-color: rgb(175,96,8); }

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