Html Css Color HEX #AAB583 Caper

📋 copy color: '#AAB583'

red 170 ◦ green 181 ◦ blue 131

#AAB583
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Caper #AAB583

Tints of Caper #AAB583

RGB

 RED value IS 170 (66.8% from 255) = 35.27%

 GREEN value IS 181 (71.09% from 255) = 37.55%

 BLUE value IS 131 (51.56% from 255) = 27.18%

R = 35.27%
G = 37.55%
B = 27.18%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.28

 K value IS 0.29

RGB Variations

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

Color information

#AAB583 (or 0xAAB583) is known color: Caper. HEX triplet: AA, B5 and 83. RGB value is (170,181,131). Sum of RGB (Red+Green+Blue) = 170+181+131=482 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.27% from 482); Green value is 181 (71.09% from 255 or 37.55% from 482); Blue value is 131 (51.56% from 255 or 27.18% from 482); Max value from RGB is 181 - color contains mainly: green. Hex color #AAB583 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAB583 is #554A7C. Grayscale: #ACACAC. Windows color (decimal): -5589629 or 8631722. OLE color: 8631722.

HSL color Cylindrical-coordinate representation of color #AAB583: hue angle of 73.2º degrees, saturation: 0.25, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AAB583 is Cyan = 0.06, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.29.

Color convert

RGB 170 181 131 -
CMYK 0.06 0 0.28 0.29
HSL 73.2º 0.25% 0.61% -
HSV(B) 73.2º 0.28% 0.71% -
XYZ 37.2 43.23 27.86 -
YUV 172.01 104.86 126.57 -
System Red Green Blue C M Y K H S L
Decimal 170 181 131 0.06 0 0.28 0.29 73.2 0.25 0.61
Hex AA B5 83 6 0 1C 1D 49 19 3D
Octal 252 265 203 6 0 34 35 111 31 75
Binary 10101010 10110101 10000011 110 0 11100 11101 1001001 11001 111101

Color Harmonies of #AAB583

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB583

Black with #AAB583

Text Example


Text Example

White with #AAB583

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB583; }

 p { color: rgb(170,181,131); }

 H1.HeaderClassName
 {
   color: #AAB583;
 }
 .AnyTagClassName
 {
   color: #AAB583;
 }
</style>

background-color css

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

 a { background-color: rgb(170,181,131); }

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

border-color css

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

 span { border-color: rgb(170,181,131); }

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