Html Css Color HEX #AAB283 Bud

📋 copy color: '#AAB283'

red 170 ◦ green 178 ◦ blue 131

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

Shades of Bud #AAB283

Tints of Bud #AAB283

RGB

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

 GREEN value IS 178 (69.92% from 255) = 37.16%

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

R = 35.49%
G = 37.16%
B = 27.35%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.26

 K value IS 0.30

RGB Variations

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

Color information

#AAB283 (or 0xAAB283) is known color: Bud. HEX triplet: AA, B2 and 83. RGB value is (170,178,131). Sum of RGB (Red+Green+Blue) = 170+178+131=479 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.49% from 479); Green value is 178 (69.92% from 255 or 37.16% from 479); Blue value is 131 (51.56% from 255 or 27.35% from 479); Max value from RGB is 178 - color contains mainly: green. Hex color #AAB283 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAB283 is #554D7C. Grayscale: #AAAAAA. Windows color (decimal): -5590397 or 8630954. OLE color: 8630954.

HSL color Cylindrical-coordinate representation of color #AAB283: hue angle of 70.21º degrees, saturation: 0.23, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AAB283 is Cyan = 0.04, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.30.

Color convert

RGB 170 178 131 -
CMYK 0.04 0 0.26 0.30
HSL 70.21º 0.23% 0.61% -
HSV(B) 70.21º 0.26% 0.7% -
XYZ 36.59 42.03 27.66 -
YUV 170.25 105.85 127.82 -
System Red Green Blue C M Y K H S L
Decimal 170 178 131 0.04 0 0.26 0.30 70.21 0.23 0.61
Hex AA B2 83 4 0 1A 1E 46 17 3D
Octal 252 262 203 4 0 32 36 106 27 75
Binary 10101010 10110010 10000011 100 0 11010 11110 1000110 10111 111101

Color Harmonies of #AAB283

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB283

Black with #AAB283

Text Example


Text Example

White with #AAB283

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB283; }

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

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

background-color css

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

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

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

border-color css

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

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

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