Html Css Color HEX #AF920C Dark Goldenrod

📋 copy color: '#AF920C'

red 175 ◦ green 146 ◦ blue 12

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

Shades of Dark Goldenrod #AF920C

Tints of Dark Goldenrod #AF920C

RGB

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

 GREEN value IS 146 (57.42% from 255) = 43.84%

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

R = 52.55%
G = 43.84%
B = 3.6%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.93

 K value IS 0.31

RGB Variations

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

Color information

#AF920C (or 0xAF920C) is known color: Dark Goldenrod. HEX triplet: AF, 92 and 0C. RGB value is (175,146,12). Sum of RGB (Red+Green+Blue) = 175+146+12=333 (44% of max value = 765). Red value is 175 (68.75% from 255 or 52.55% from 333); Green value is 146 (57.42% from 255 or 43.84% from 333); Blue value is 12 (5.08% from 255 or 3.60% from 333); Max value from RGB is 175 - color contains mainly: red. Hex color #AF920C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AF920C is #506DF3. Grayscale: #8B8B8B. Windows color (decimal): -5271028 or 823983. OLE color: 823983.

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

Color convert

RGB 175 146 12 -
CMYK 0 0.17 0.93 0.31
HSL 49.33º 0.87% 0.37% -
HSV(B) 49.33º 0.93% 0.69% -
XYZ 28.02 29.7 4.6 -
YUV 139.4 56.11 153.4 -
System Red Green Blue C M Y K H S L
Decimal 175 146 12 0 0.17 0.93 0.31 49.33 0.87 0.37
Hex AF 92 C 0 11 5D 1F 31 57 25
Octal 257 222 14 0 21 135 37 61 127 45
Binary 10101111 10010010 1100 0 10001 1011101 11111 110001 1010111 100101

Color Harmonies of #AF920C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF920C

Black with #AF920C

Text Example


Text Example

White with #AF920C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF920C; }

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

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

background-color css

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

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

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

border-color css

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

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

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