Html Css Color HEX #AF900F Dark Goldenrod

📋 copy color: '#AF900F'

red 175 ◦ green 144 ◦ blue 15

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

Shades of Dark Goldenrod #AF900F

Tints of Dark Goldenrod #AF900F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 4.49%

R = 52.4%
G = 43.11%
B = 4.49%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.91

 K value IS 0.31

RGB Variations

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

Color information

#AF900F (or 0xAF900F) is known color: Dark Goldenrod. HEX triplet: AF, 90 and 0F. RGB value is (175,144,15). Sum of RGB (Red+Green+Blue) = 175+144+15=334 (44% of max value = 765). Red value is 175 (68.75% from 255 or 52.40% from 334); Green value is 144 (56.64% from 255 or 43.11% from 334); Blue value is 15 (6.25% from 255 or 4.49% from 334); Max value from RGB is 175 - color contains mainly: red. Hex color #AF900F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AF900F is #506FF0. Grayscale: #8B8B8B. Windows color (decimal): -5271537 or 1020079. OLE color: 1020079.

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

Color convert

RGB 175 144 15 -
CMYK 0 0.18 0.91 0.31
HSL 48.38º 0.84% 0.37% -
HSV(B) 48.38º 0.91% 0.69% -
XYZ 27.74 29.09 4.61 -
YUV 138.56 58.27 153.99 -
System Red Green Blue C M Y K H S L
Decimal 175 144 15 0 0.18 0.91 0.31 48.38 0.84 0.37
Hex AF 90 F 0 12 5B 1F 30 54 25
Octal 257 220 17 0 22 133 37 60 124 45
Binary 10101111 10010000 1111 0 10010 1011011 11111 110000 1010100 100101

Color Harmonies of #AF900F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF900F

Black with #AF900F

Text Example


Text Example

White with #AF900F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF900F; }

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

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

background-color css

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

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

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

border-color css

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

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

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