Html Css Color HEX #AAB483 Caper

📋 copy color: '#AAB483'

red 170 ◦ green 180 ◦ blue 131

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

Shades of Caper #AAB483

Tints of Caper #AAB483

RGB

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

 GREEN value IS 180 (70.7% from 255) = 37.42%

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

R = 35.34%
G = 37.42%
B = 27.23%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.27

 K value IS 0.29

RGB Variations

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

Color information

#AAB483 (or 0xAAB483) is known color: Caper. HEX triplet: AA, B4 and 83. RGB value is (170,180,131). Sum of RGB (Red+Green+Blue) = 170+180+131=481 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.34% from 481); Green value is 180 (70.70% from 255 or 37.42% from 481); Blue value is 131 (51.56% from 255 or 27.23% from 481); Max value from RGB is 180 - color contains mainly: green. Hex color #AAB483 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAB483 is #554B7C. Grayscale: #ABABAB. Windows color (decimal): -5589885 or 8631466. OLE color: 8631466.

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

Color convert

RGB 170 180 131 -
CMYK 0.06 0 0.27 0.29
HSL 72.24º 0.25% 0.61% -
HSV(B) 72.24º 0.27% 0.71% -
XYZ 37 42.83 27.79 -
YUV 171.42 105.19 126.98 -
System Red Green Blue C M Y K H S L
Decimal 170 180 131 0.06 0 0.27 0.29 72.24 0.25 0.61
Hex AA B4 83 6 0 1B 1D 48 19 3D
Octal 252 264 203 6 0 33 35 110 31 75
Binary 10101010 10110100 10000011 110 0 11011 11101 1001000 11001 111101

Color Harmonies of #AAB483

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB483

Black with #AAB483

Text Example


Text Example

White with #AAB483

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB483; }

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

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

background-color css

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

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

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

border-color css

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

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

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