Html Css Color HEX #AF900A Dark Goldenrod

📋 copy color: '#AF900A'

red 175 ◦ green 144 ◦ blue 10

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

Shades of Dark Goldenrod #AF900A

Tints of Dark Goldenrod #AF900A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 3.04%

R = 53.19%
G = 43.77%
B = 3.04%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.94

 K value IS 0.31

RGB Variations

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

Color information

#AF900A (or 0xAF900A) is known color: Dark Goldenrod. HEX triplet: AF, 90 and 0A. RGB value is (175,144,10). Sum of RGB (Red+Green+Blue) = 175+144+10=329 (43% of max value = 765). Red value is 175 (68.75% from 255 or 53.19% from 329); Green value is 144 (56.64% from 255 or 43.77% from 329); Blue value is 10 (4.30% from 255 or 3.04% from 329); Max value from RGB is 175 - color contains mainly: red. Hex color #AF900A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AF900A is #506FF5. Grayscale: #8A8A8A. Windows color (decimal): -5271542 or 692399. OLE color: 692399.

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

Color convert

RGB 175 144 10 -
CMYK 0 0.18 0.94 0.31
HSL 48.73º 0.89% 0.36% -
HSV(B) 48.73º 0.94% 0.69% -
XYZ 27.71 29.08 4.44 -
YUV 137.99 55.77 154.4 -
System Red Green Blue C M Y K H S L
Decimal 175 144 10 0 0.18 0.94 0.31 48.73 0.89 0.36
Hex AF 90 A 0 12 5E 1F 31 59 24
Octal 257 220 12 0 22 136 37 61 131 44
Binary 10101111 10010000 1010 0 10010 1011110 11111 110001 1011001 100100

Color Harmonies of #AF900A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF900A

Black with #AF900A

Text Example


Text Example

White with #AF900A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF900A; }

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

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

background-color css

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

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

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

border-color css

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

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

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