Html Css Color HEX #AF900D Dark Goldenrod

📋 copy color: '#AF900D'

red 175 ◦ green 144 ◦ blue 13

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

Shades of Dark Goldenrod #AF900D

Tints of Dark Goldenrod #AF900D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 3.92%

R = 52.71%
G = 43.37%
B = 3.92%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.93

 K value IS 0.31

RGB Variations

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

Color information

#AF900D (or 0xAF900D) is known color: Dark Goldenrod. HEX triplet: AF, 90 and 0D. RGB value is (175,144,13). Sum of RGB (Red+Green+Blue) = 175+144+13=332 (43% of max value = 765). Red value is 175 (68.75% from 255 or 52.71% from 332); Green value is 144 (56.64% from 255 or 43.37% from 332); Blue value is 13 (5.47% from 255 or 3.92% from 332); Max value from RGB is 175 - color contains mainly: red. Hex color #AF900D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AF900D is #506FF2. Grayscale: #8A8A8A. Windows color (decimal): -5271539 or 889007. OLE color: 889007.

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

Color convert

RGB 175 144 13 -
CMYK 0 0.18 0.93 0.31
HSL 48.52º 0.86% 0.37% -
HSV(B) 48.52º 0.93% 0.69% -
XYZ 27.73 29.09 4.53 -
YUV 138.34 57.27 154.15 -
System Red Green Blue C M Y K H S L
Decimal 175 144 13 0 0.18 0.93 0.31 48.52 0.86 0.37
Hex AF 90 D 0 12 5D 1F 31 56 25
Octal 257 220 15 0 22 135 37 61 126 45
Binary 10101111 10010000 1101 0 10010 1011101 11111 110001 1010110 100101

Color Harmonies of #AF900D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF900D

Black with #AF900D

Text Example


Text Example

White with #AF900D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF900D; }

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

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

background-color css

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

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

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

border-color css

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

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

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