#AEB975

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

Shades of Caper #AEB975

Tints of Caper #AEB975

Color information

#AEB975 (or 0xAEB975) is unknown color: approx Caper. HEX triplet: AE, B9 and 75. RGB value is (174,185,117). Sum of RGB (Red+Green+Blue) = 174+185+117=476 (63% of max value = 765). Red value is 174 (68.36% from 255 or 36.55% from 476); Green value is 185 (72.66% from 255 or 38.87% from 476); Blue value is 117 (46.09% from 255 or 24.58% from 476); Max value from RGB is 185 - color contains mainly: green. Hex color #AEB975 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEB975 is #51468A. Grayscale: #AEAEAE. Windows color (decimal): -5326475 or 7715246. OLE color: 7715246.

HSL color Cylindrical-coordinate representation of color #AEB975: hue angle of 69.71º degrees, saturation: 0.33, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AEB975 is Cyan = 0.06, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.27.

Color convert

RGB174185117-
CMYK0.0600.370.27
HSL69.71º32.69%59.22%-
HSV(B)69.71º36.76%72.55%-
XYZ38.0244.9823.51-
YUV173.9695.86128.03-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 36.55%
GREEN value IS 185 (72.66% from 255) = 38.87%
BLUE value IS 117 (46.09% from 255) = 24.58%
R=36.55%
G=38.87%
B=24.58%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1741851170.0600.370.2769.7132.6959.22
HexAEB97560251B46213b
Octal2562711656045331064173
Binary101011101011100111101011100100101110111000110100001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEB975

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEB975; }

 p { color: rgb(174,185,117); }

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

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

 a { background-color: rgb(174,185,117); }

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

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

 span { border-color: rgb(174,185,117); }

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