Html Css Color HEX #AF900E Dark Goldenrod

📋 copy color: '#AF900E'

red 175 ◦ green 144 ◦ blue 14

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

Shades of Dark Goldenrod #AF900E

Tints of Dark Goldenrod #AF900E

RGB

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

 GREEN value IS 144 (56.64% from 255) = 43.24%

 BLUE value IS 14 (5.86% from 255) = 4.2%

R = 52.55%
G = 43.24%
B = 4.2%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.92

 K value IS 0.31

RGB Variations

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

Color information

#AF900E (or 0xAF900E) is known color: Dark Goldenrod. HEX triplet: AF, 90 and 0E. RGB value is (175,144,14). Sum of RGB (Red+Green+Blue) = 175+144+14=333 (44% of max value = 765). Red value is 175 (68.75% from 255 or 52.55% from 333); Green value is 144 (56.64% from 255 or 43.24% from 333); Blue value is 14 (5.86% from 255 or 4.20% from 333); Max value from RGB is 175 - color contains mainly: red. Hex color #AF900E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AF900E is #506FF1. Grayscale: #8A8A8A. Windows color (decimal): -5271538 or 954543. OLE color: 954543.

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

Color convert

RGB 175 144 14 -
CMYK 0 0.18 0.92 0.31
HSL 48.45º 0.85% 0.37% -
HSV(B) 48.45º 0.92% 0.69% -
XYZ 27.73 29.09 4.57 -
YUV 138.45 57.77 154.07 -
System Red Green Blue C M Y K H S L
Decimal 175 144 14 0 0.18 0.92 0.31 48.45 0.85 0.37
Hex AF 90 E 0 12 5C 1F 30 55 25
Octal 257 220 16 0 22 134 37 60 125 45
Binary 10101111 10010000 1110 0 10010 1011100 11111 110000 1010101 100101

Color Harmonies of #AF900E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF900E

Black with #AF900E

Text Example


Text Example

White with #AF900E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF900E; }

 p { color: rgb(175,144,14); }

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

background-color css

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

 a { background-color: rgb(175,144,14); }

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

border-color css

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

 span { border-color: rgb(175,144,14); }

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