Html Css Color HEX #AF850C Dark Goldenrod

📋 copy color: '#AF850C'

red 175 ◦ green 133 ◦ blue 12

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

Shades of Dark Goldenrod #AF850C

Tints of Dark Goldenrod #AF850C

RGB

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

 GREEN value IS 133 (52.34% from 255) = 41.56%

 BLUE value IS 12 (5.08% from 255) = 3.75%

R = 54.69%
G = 41.56%
B = 3.75%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.93

 K value IS 0.31

RGB Variations

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

Color information

#AF850C (or 0xAF850C) is known color: Dark Goldenrod. HEX triplet: AF, 85 and 0C. RGB value is (175,133,12). Sum of RGB (Red+Green+Blue) = 175+133+12=320 (42% of max value = 765). Red value is 175 (68.75% from 255 or 54.69% from 320); Green value is 133 (52.34% from 255 or 41.56% from 320); Blue value is 12 (5.08% from 255 or 3.75% from 320); Max value from RGB is 175 - color contains mainly: red. Hex color #AF850C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AF850C is #507AF3. Grayscale: #848484. Windows color (decimal): -5274356 or 820655. OLE color: 820655.

HSL color Cylindrical-coordinate representation of color #AF850C: hue angle of 44.54º degrees, saturation: 0.87, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AF850C is Cyan = 0, Magento = 0.24, Yellow = 0.93 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 133 12 -
CMYK 0 0.24 0.93 0.31
HSL 44.54º 0.87% 0.37% -
HSV(B) 44.54º 0.93% 0.69% -
XYZ 26.13 25.92 3.97 -
YUV 131.76 60.41 158.84 -
System Red Green Blue C M Y K H S L
Decimal 175 133 12 0 0.24 0.93 0.31 44.54 0.87 0.37
Hex AF 85 C 0 18 5D 1F 2D 57 25
Octal 257 205 14 0 30 135 37 55 127 45
Binary 10101111 10000101 1100 0 11000 1011101 11111 101101 1010111 100101

Color Harmonies of #AF850C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF850C

Black with #AF850C

Text Example


Text Example

White with #AF850C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF850C; }

 p { color: rgb(175,133,12); }

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

background-color css

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

 a { background-color: rgb(175,133,12); }

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

border-color css

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

 span { border-color: rgb(175,133,12); }

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