Html Css Color HEX #AF890C Dark Goldenrod

📋 copy color: '#AF890C'

red 175 ◦ green 137 ◦ blue 12

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

Shades of Dark Goldenrod #AF890C

Tints of Dark Goldenrod #AF890C

RGB

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

 GREEN value IS 137 (53.91% from 255) = 42.28%

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

R = 54.01%
G = 42.28%
B = 3.7%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.93

 K value IS 0.31

RGB Variations

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

Color information

#AF890C (or 0xAF890C) is known color: Dark Goldenrod. HEX triplet: AF, 89 and 0C. RGB value is (175,137,12). Sum of RGB (Red+Green+Blue) = 175+137+12=324 (42% of max value = 765). Red value is 175 (68.75% from 255 or 54.01% from 324); Green value is 137 (53.91% from 255 or 42.28% from 324); Blue value is 12 (5.08% from 255 or 3.70% from 324); Max value from RGB is 175 - color contains mainly: red. Hex color #AF890C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AF890C is #5076F3. Grayscale: #868686. Windows color (decimal): -5273332 or 821679. OLE color: 821679.

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

Color convert

RGB 175 137 12 -
CMYK 0 0.22 0.93 0.31
HSL 46.01º 0.87% 0.37% -
HSV(B) 46.01º 0.93% 0.69% -
XYZ 26.69 27.03 4.16 -
YUV 134.11 59.09 157.16 -
System Red Green Blue C M Y K H S L
Decimal 175 137 12 0 0.22 0.93 0.31 46.01 0.87 0.37
Hex AF 89 C 0 16 5D 1F 2E 57 25
Octal 257 211 14 0 26 135 37 56 127 45
Binary 10101111 10001001 1100 0 10110 1011101 11111 101110 1010111 100101

Color Harmonies of #AF890C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF890C

Black with #AF890C

Text Example


Text Example

White with #AF890C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF890C; }

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

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

background-color css

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

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

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

border-color css

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

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

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