Html Css Color HEX #ABA297 Cloudy

📋 copy color: '#ABA297'

red 171 ◦ green 162 ◦ blue 151

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

Shades of Cloudy #ABA297

Tints of Cloudy #ABA297

RGB

 RED value IS 171 (67.19% from 255) = 35.33%

 GREEN value IS 162 (63.67% from 255) = 33.47%

 BLUE value IS 151 (59.38% from 255) = 31.2%

R = 35.33%
G = 33.47%
B = 31.2%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.12

 K value IS 0.33

RGB Variations

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

Color information

#ABA297 (or 0xABA297) is known color: Cloudy. HEX triplet: AB, A2 and 97. RGB value is (171,162,151). Sum of RGB (Red+Green+Blue) = 171+162+151=484 (64% of max value = 765). Red value is 171 (67.19% from 255 or 35.33% from 484); Green value is 162 (63.67% from 255 or 33.47% from 484); Blue value is 151 (59.38% from 255 or 31.20% from 484); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA297 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABA297 is #545D68. Grayscale: #A3A3A3. Windows color (decimal): -5528937 or 9937579. OLE color: 9937579.

HSL color Cylindrical-coordinate representation of color #ABA297: hue angle of 33º degrees, saturation: 0.11, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #ABA297 is Cyan = 0, Magento = 0.05, Yellow = 0.12 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 162 151 -
CMYK 0 0.05 0.12 0.33
HSL 33º 0.11% 0.63% -
HSV(B) 33º 0.12% 0.67% -
XYZ 35.3 36.73 34.51 -
YUV 163.44 120.98 133.39 -
System Red Green Blue C M Y K H S L
Decimal 171 162 151 0 0.05 0.12 0.33 33 0.11 0.63
Hex AB A2 97 0 5 C 21 21 B 3F
Octal 253 242 227 0 5 14 41 41 13 77
Binary 10101011 10100010 10010111 0 101 1100 100001 100001 1011 111111

Color Harmonies of #ABA297

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA297

Black with #ABA297

Text Example


Text Example

White with #ABA297

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA297; }

 p { color: rgb(171,162,151); }

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

background-color css

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

 a { background-color: rgb(171,162,151); }

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

border-color css

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

 span { border-color: rgb(171,162,151); }

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