#AF750E

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

Shades of Dark Goldenrod #AF750E

Tints of Dark Goldenrod #AF750E

Color information

#AF750E (or 0xAF750E) is unknown color: approx Dark Goldenrod. HEX triplet: AF, 75 and 0E. RGB value is (175,117,14). Sum of RGB (Red+Green+Blue) = 175+117+14=306 (40% of max value = 765). Red value is 175 (68.75% from 255 or 57.19% from 306); Green value is 117 (46.09% from 255 or 38.24% from 306); Blue value is 14 (5.86% from 255 or 4.58% from 306); Max value from RGB is 175 - color contains mainly: red. Hex color #AF750E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF750E is #508AF1. Grayscale: #7B7B7B. Windows color (decimal): -5278450 or 947631. OLE color: 947631.

HSL color Cylindrical-coordinate representation of color #AF750E: hue angle of 38.39º degrees, saturation: 0.85, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AF750E is Cyan = 0, Magento = 0.33, Yellow = 0.92 and Black (K on CMYK) = 0.31.

Color convert

RGB17511714-
CMYK00.330.920.31
HSL38.39º85.19%37.06%-
HSV(B)38.39º92%68.63%-
XYZ24.1221.873.37-
YUV122.666.72165.38-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 57.19%
GREEN value IS 117 (46.09% from 255) = 38.24%
BLUE value IS 14 (5.86% from 255) = 4.58%
R=57.19%
G=38.24%
B=4.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.92
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751171400.330.920.3138.3985.1937.06
HexAF75E0215C1F265525
Octal25716516041134374612545
Binary101011111110101111001000011011100111111001101010101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF750E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF750E; }

 p { color: rgb(175,117,14); }

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

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

 a { background-color: rgb(175,117,14); }

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

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

 span { border-color: rgb(175,117,14); }

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