#AEB528

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

Shades of Bahia #AEB528

Tints of Bahia #AEB528

Color information

#AEB528 (or 0xAEB528) is unknown color: approx Bahia. HEX triplet: AE, B5 and 28. RGB value is (174,181,40). Sum of RGB (Red+Green+Blue) = 174+181+40=395 (52% of max value = 765). Red value is 174 (68.36% from 255 or 44.05% from 395); Green value is 181 (71.09% from 255 or 45.82% from 395); Blue value is 40 (16.02% from 255 or 10.13% from 395); Max value from RGB is 181 - color contains mainly: green. Hex color #AEB528 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AEB528 is #514AD7. Grayscale: #A3A3A3. Windows color (decimal): -5327576 or 2667950. OLE color: 2667950.

HSL color Cylindrical-coordinate representation of color #AEB528: hue angle of 62.98º degrees, saturation: 0.64, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AEB528 is Cyan = 0.04, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.29.

Color convert

RGB17418140-
CMYK0.0400.780.29
HSL62.98º63.8%43.33%-
HSV(B)62.98º77.9%70.98%-
XYZ34.3642.28.34-
YUV162.8358.68135.96-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 44.05%
GREEN value IS 181 (71.09% from 255) = 45.82%
BLUE value IS 40 (16.02% from 255) = 10.13%
R=44.05%
G=45.82%
B=10.13%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal174181400.0400.780.2962.9863.843.33
HexAEB528404E1D3f402b
Octal2562655040116357710053
Binary101011101011010110100010001001110111011111111000000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEB528

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEB528; }

 p { color: rgb(174,181,40); }

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

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

 a { background-color: rgb(174,181,40); }

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

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

 span { border-color: rgb(174,181,40); }

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