Html Css Color HEX #AF7F18 Dark Goldenrod

📋 copy color: '#AF7F18'

red 175 ◦ green 127 ◦ blue 24

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

Shades of Dark Goldenrod #AF7F18

Tints of Dark Goldenrod #AF7F18

RGB

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

 GREEN value IS 127 (50% from 255) = 38.96%

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

R = 53.68%
G = 38.96%
B = 7.36%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.86

 K value IS 0.31

RGB Variations

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

Color information

#AF7F18 (or 0xAF7F18) is known color: Dark Goldenrod. HEX triplet: AF, 7F and 18. RGB value is (175,127,24). Sum of RGB (Red+Green+Blue) = 175+127+24=326 (43% of max value = 765). Red value is 175 (68.75% from 255 or 53.68% from 326); Green value is 127 (50% from 255 or 38.96% from 326); Blue value is 24 (9.77% from 255 or 7.36% from 326); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7F18 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF7F18 is #5080E7. Grayscale: #828282. Windows color (decimal): -5275880 or 1605551. OLE color: 1605551.

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

Color convert

RGB 175 127 24 -
CMYK 0 0.27 0.86 0.31
HSL 40.93º 0.76% 0.39% -
HSV(B) 40.93º 0.86% 0.69% -
XYZ 25.43 24.36 4.23 -
YUV 129.61 68.4 160.38 -
System Red Green Blue C M Y K H S L
Decimal 175 127 24 0 0.27 0.86 0.31 40.93 0.76 0.39
Hex AF 7F 18 0 1B 56 1F 29 4C 27
Octal 257 177 30 0 33 126 37 51 114 47
Binary 10101111 1111111 11000 0 11011 1010110 11111 101001 1001100 100111

Color Harmonies of #AF7F18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7F18

Black with #AF7F18

Text Example


Text Example

White with #AF7F18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7F18; }

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

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

background-color css

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

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

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

border-color css

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

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

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