Html Css Color HEX #AAB478 Caper

📋 copy color: '#AAB478'

red 170 ◦ green 180 ◦ blue 120

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

Shades of Caper #AAB478

Tints of Caper #AAB478

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 25.53%

R = 36.17%
G = 38.3%
B = 25.53%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.33

 K value IS 0.29

RGB Variations

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

Color information

#AAB478 (or 0xAAB478) is known color: Caper. HEX triplet: AA, B4 and 78. RGB value is (170,180,120). Sum of RGB (Red+Green+Blue) = 170+180+120=470 (62% of max value = 765). Red value is 170 (66.80% from 255 or 36.17% from 470); Green value is 180 (70.70% from 255 or 38.30% from 470); Blue value is 120 (47.27% from 255 or 25.53% from 470); Max value from RGB is 180 - color contains mainly: green. Hex color #AAB478 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAB478 is #554B87. Grayscale: #AAAAAA. Windows color (decimal): -5589896 or 7910570. OLE color: 7910570.

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

Color convert

RGB 170 180 120 -
CMYK 0.06 0 0.33 0.29
HSL 70º 0.29% 0.59% -
HSV(B) 70º 0.33% 0.71% -
XYZ 36.29 42.54 24.07 -
YUV 170.17 99.69 127.88 -
System Red Green Blue C M Y K H S L
Decimal 170 180 120 0.06 0 0.33 0.29 70 0.29 0.59
Hex AA B4 78 6 0 21 1D 46 1D 3B
Octal 252 264 170 6 0 41 35 106 35 73
Binary 10101010 10110100 1111000 110 0 100001 11101 1000110 11101 111011

Color Harmonies of #AAB478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB478

Black with #AAB478

Text Example


Text Example

White with #AAB478

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB478; }

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

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

background-color css

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

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

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

border-color css

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

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

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