Html Css Color HEX #AF7B17 Dark Goldenrod

📋 copy color: '#AF7B17'

red 175 ◦ green 123 ◦ blue 23

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

Shades of Dark Goldenrod #AF7B17

Tints of Dark Goldenrod #AF7B17

RGB

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

 GREEN value IS 123 (48.44% from 255) = 38.32%

 BLUE value IS 23 (9.38% from 255) = 7.17%

R = 54.52%
G = 38.32%
B = 7.17%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.87

 K value IS 0.31

RGB Variations

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

Color information

#AF7B17 (or 0xAF7B17) is known color: Dark Goldenrod. HEX triplet: AF, 7B and 17. RGB value is (175,123,23). Sum of RGB (Red+Green+Blue) = 175+123+23=321 (42% of max value = 765). Red value is 175 (68.75% from 255 or 54.52% from 321); Green value is 123 (48.44% from 255 or 38.32% from 321); Blue value is 23 (9.38% from 255 or 7.17% from 321); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7B17 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF7B17 is #5084E8. Grayscale: #7F7F7F. Windows color (decimal): -5276905 or 1538991. OLE color: 1538991.

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

Color convert

RGB 175 123 23 -
CMYK 0 0.30 0.87 0.31
HSL 39.47º 0.77% 0.39% -
HSV(B) 39.47º 0.87% 0.69% -
XYZ 24.92 23.34 4 -
YUV 127.15 69.23 162.13 -
System Red Green Blue C M Y K H S L
Decimal 175 123 23 0 0.30 0.87 0.31 39.47 0.77 0.39
Hex AF 7B 17 0 1E 57 1F 27 4D 27
Octal 257 173 27 0 36 127 37 47 115 47
Binary 10101111 1111011 10111 0 11110 1010111 11111 100111 1001101 100111

Color Harmonies of #AF7B17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7B17

Black with #AF7B17

Text Example


Text Example

White with #AF7B17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7B17; }

 p { color: rgb(175,123,23); }

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

background-color css

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

 a { background-color: rgb(175,123,23); }

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

border-color css

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

 span { border-color: rgb(175,123,23); }

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