Html Css Color HEX #AF890D Dark Goldenrod

📋 copy color: '#AF890D'

red 175 ◦ green 137 ◦ blue 13

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

Shades of Dark Goldenrod #AF890D

Tints of Dark Goldenrod #AF890D

RGB

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

 GREEN value IS 137 (53.91% from 255) = 42.15%

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

R = 53.85%
G = 42.15%
B = 4%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.93

 K value IS 0.31

RGB Variations

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

Color information

#AF890D (or 0xAF890D) is known color: Dark Goldenrod. HEX triplet: AF, 89 and 0D. RGB value is (175,137,13). Sum of RGB (Red+Green+Blue) = 175+137+13=325 (43% of max value = 765). Red value is 175 (68.75% from 255 or 53.85% from 325); Green value is 137 (53.91% from 255 or 42.15% from 325); Blue value is 13 (5.47% from 255 or 4% from 325); Max value from RGB is 175 - color contains mainly: red. Hex color #AF890D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AF890D is #5076F2. Grayscale: #868686. Windows color (decimal): -5273331 or 887215. OLE color: 887215.

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

Color convert

RGB 175 137 13 -
CMYK 0 0.22 0.93 0.31
HSL 45.93º 0.86% 0.37% -
HSV(B) 45.93º 0.93% 0.69% -
XYZ 26.7 27.03 4.19 -
YUV 134.23 59.59 157.08 -
System Red Green Blue C M Y K H S L
Decimal 175 137 13 0 0.22 0.93 0.31 45.93 0.86 0.37
Hex AF 89 D 0 16 5D 1F 2E 56 25
Octal 257 211 15 0 26 135 37 56 126 45
Binary 10101111 10001001 1101 0 10110 1011101 11111 101110 1010110 100101

Color Harmonies of #AF890D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF890D

Black with #AF890D

Text Example


Text Example

White with #AF890D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF890D; }

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

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

background-color css

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

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

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

border-color css

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

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

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