#AF7B00

Color #AF7B00 Dark Goldenrod (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Goldenrod #AF7B00

Tints of Dark Goldenrod #AF7B00

Color information

#AF7B00 (or 0xAF7B00) is unknown color: approx Dark Goldenrod. HEX triplet: AF, 7B and 00. RGB value is (175,123,0). Sum of RGB (Red+Green+Blue) = 175+123+0=298 (39% of max value = 765). Red value is 175 (68.75% from 255 or 58.72% from 298); Green value is 123 (48.44% from 255 or 41.28% from 298); Blue value is 0 (0.39% from 255 or 0% from 298); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7B00 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF7B00 is #5084FF. Grayscale: #7D7D7D. Windows color (decimal): -5276928 or 31663. OLE color: 31663.

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

Color convert

RGB1751230-
CMYK00.3010.31
HSL42.17º100%34.31%-
HSV(B)42.17º100%68.63%-
XYZ24.7623.283.19-
YUV124.5357.73164-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 58.72%
GREEN value IS 123 (48.44% from 255) = 41.28%
BLUE value IS 0 (0.39% from 255) = 0%
R=58.72%
G=41.28%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 1
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175123000.3010.3142.1710034.31
HexAF7B001E641F2a6422
Octal2571730036144375214442
Binary10101111111101100111101100100111111010101100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF7B00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF7B00; }

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

 H1.HeaderClassName
 {
   color: #AF7B00;
 }
 .AnyTagClassName
 {
   color: #AF7B00;
 }
</style>
background-color css

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

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

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

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

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

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