#AFAC6A

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

Shades of Gimblet #AFAC6A

Tints of Gimblet #AFAC6A

Color information

#AFAC6A (or 0xAFAC6A) is unknown color: approx Gimblet. HEX triplet: AF, AC and 6A. RGB value is (175,172,106). Sum of RGB (Red+Green+Blue) = 175+172+106=453 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.63% from 453); Green value is 172 (67.58% from 255 or 37.97% from 453); Blue value is 106 (41.80% from 255 or 23.40% from 453); Max value from RGB is 175 - color contains mainly: red. Hex color #AFAC6A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFAC6A is #505395. Grayscale: #A5A5A5. Windows color (decimal): -5264278 or 6991023. OLE color: 6991023.

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

Color convert

RGB175172106-
CMYK00.020.390.31
HSL57.39º30.13%55.1%-
HSV(B)57.39º39.43%68.63%-
XYZ35.0339.6619.44-
YUV165.3794.49134.87-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 38.63%
GREEN value IS 172 (67.58% from 255) = 37.97%
BLUE value IS 106 (41.80% from 255) = 23.40%
R=38.63%
G=37.97%
B=23.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.39
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17517210600.020.390.3157.3930.1355.1
HexAFAC6A02271F391e37
Octal257254152024737713667
Binary101011111010110011010100101001111111111100111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFAC6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFAC6A; }

 p { color: rgb(175,172,106); }

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

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

 a { background-color: rgb(175,172,106); }

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

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

 span { border-color: rgb(175,172,106); }

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