Html Css Color HEX #AF7918 Dark Goldenrod

📋 copy color: '#AF7918'

red 175 ◦ green 121 ◦ blue 24

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

Shades of Dark Goldenrod #AF7918

Tints of Dark Goldenrod #AF7918

RGB

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

 GREEN value IS 121 (47.66% from 255) = 37.81%

 BLUE value IS 24 (9.77% from 255) = 7.5%

R = 54.69%
G = 37.81%
B = 7.5%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.86

 K value IS 0.31

RGB Variations

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

Color information

#AF7918 (or 0xAF7918) is known color: Dark Goldenrod. HEX triplet: AF, 79 and 18. RGB value is (175,121,24). Sum of RGB (Red+Green+Blue) = 175+121+24=320 (42% of max value = 765). Red value is 175 (68.75% from 255 or 54.69% from 320); Green value is 121 (47.66% from 255 or 37.81% from 320); Blue value is 24 (9.77% from 255 or 7.5% from 320); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7918 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF7918 is #5086E7. Grayscale: #7E7E7E. Windows color (decimal): -5277416 or 1604015. OLE color: 1604015.

HSL color Cylindrical-coordinate representation of color #AF7918: hue angle of 38.54º degrees, saturation: 0.76, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AF7918 is Cyan = 0, Magento = 0.31, Yellow = 0.86 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 121 24 -
CMYK 0 0.31 0.86 0.31
HSL 38.54º 0.76% 0.39% -
HSV(B) 38.54º 0.86% 0.69% -
XYZ 24.68 22.85 3.97 -
YUV 126.09 70.39 162.89 -
System Red Green Blue C M Y K H S L
Decimal 175 121 24 0 0.31 0.86 0.31 38.54 0.76 0.39
Hex AF 79 18 0 1F 56 1F 27 4C 27
Octal 257 171 30 0 37 126 37 47 114 47
Binary 10101111 1111001 11000 0 11111 1010110 11111 100111 1001100 100111

Color Harmonies of #AF7918

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7918

Black with #AF7918

Text Example


Text Example

White with #AF7918

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7918; }

 p { color: rgb(175,121,24); }

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

background-color css

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

 a { background-color: rgb(175,121,24); }

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

border-color css

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

 span { border-color: rgb(175,121,24); }

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