Html Css Color HEX #AF7A0D Dark Goldenrod

📋 copy color: '#AF7A0D'

red 175 ◦ green 122 ◦ blue 13

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

Shades of Dark Goldenrod #AF7A0D

Tints of Dark Goldenrod #AF7A0D

RGB

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

 GREEN value IS 122 (48.05% from 255) = 39.35%

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

R = 56.45%
G = 39.35%
B = 4.19%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.93

 K value IS 0.31

RGB Variations

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

Color information

#AF7A0D (or 0xAF7A0D) is known color: Dark Goldenrod. HEX triplet: AF, 7A and 0D. RGB value is (175,122,13). Sum of RGB (Red+Green+Blue) = 175+122+13=310 (41% of max value = 765). Red value is 175 (68.75% from 255 or 56.45% from 310); Green value is 122 (48.05% from 255 or 39.35% from 310); Blue value is 13 (5.47% from 255 or 4.19% from 310); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7A0D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF7A0D is #5085F2. Grayscale: #7D7D7D. Windows color (decimal): -5277171 or 883375. OLE color: 883375.

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

Color convert

RGB 175 122 13 -
CMYK 0 0.30 0.93 0.31
HSL 40.37º 0.86% 0.37% -
HSV(B) 40.37º 0.93% 0.69% -
XYZ 24.71 23.06 3.53 -
YUV 125.42 64.56 163.36 -
System Red Green Blue C M Y K H S L
Decimal 175 122 13 0 0.30 0.93 0.31 40.37 0.86 0.37
Hex AF 7A D 0 1E 5D 1F 28 56 25
Octal 257 172 15 0 36 135 37 50 126 45
Binary 10101111 1111010 1101 0 11110 1011101 11111 101000 1010110 100101

Color Harmonies of #AF7A0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7A0D

Black with #AF7A0D

Text Example


Text Example

White with #AF7A0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7A0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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