Html Css Color HEX #AF8A0D Dark Goldenrod

📋 copy color: '#AF8A0D'

red 175 ◦ green 138 ◦ blue 13

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

Shades of Dark Goldenrod #AF8A0D

Tints of Dark Goldenrod #AF8A0D

RGB

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

 GREEN value IS 138 (54.3% from 255) = 42.33%

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

R = 53.68%
G = 42.33%
B = 3.99%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.93

 K value IS 0.31

RGB Variations

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

Color information

#AF8A0D (or 0xAF8A0D) is known color: Dark Goldenrod. HEX triplet: AF, 8A and 0D. RGB value is (175,138,13). Sum of RGB (Red+Green+Blue) = 175+138+13=326 (43% of max value = 765). Red value is 175 (68.75% from 255 or 53.68% from 326); Green value is 138 (54.30% from 255 or 42.33% from 326); Blue value is 13 (5.47% from 255 or 3.99% from 326); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8A0D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AF8A0D is #5075F2. Grayscale: #878787. Windows color (decimal): -5273075 or 887471. OLE color: 887471.

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

Color convert

RGB 175 138 13 -
CMYK 0 0.21 0.93 0.31
HSL 46.3º 0.86% 0.37% -
HSV(B) 46.3º 0.93% 0.69% -
XYZ 26.84 27.32 4.24 -
YUV 134.81 59.26 156.66 -
System Red Green Blue C M Y K H S L
Decimal 175 138 13 0 0.21 0.93 0.31 46.3 0.86 0.37
Hex AF 8A D 0 15 5D 1F 2E 56 25
Octal 257 212 15 0 25 135 37 56 126 45
Binary 10101111 10001010 1101 0 10101 1011101 11111 101110 1010110 100101

Color Harmonies of #AF8A0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF8A0D

Black with #AF8A0D

Text Example


Text Example

White with #AF8A0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF8A0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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