Html Css Color HEX #A2988D Zorba

📋 copy color: '#A2988D'

red 162 ◦ green 152 ◦ blue 141

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

Shades of Zorba #A2988D

Tints of Zorba #A2988D

RGB

 RED value IS 162 (63.67% from 255) = 35.6%

 GREEN value IS 152 (59.77% from 255) = 33.41%

 BLUE value IS 141 (55.47% from 255) = 30.99%

R = 35.6%
G = 33.41%
B = 30.99%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.13

 K value IS 0.36

RGB Variations

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

Color information

#A2988D (or 0xA2988D) is known color: Zorba. HEX triplet: A2, 98 and 8D. RGB value is (162,152,141). Sum of RGB (Red+Green+Blue) = 162+152+141=455 (60% of max value = 765). Red value is 162 (63.67% from 255 or 35.60% from 455); Green value is 152 (59.77% from 255 or 33.41% from 455); Blue value is 141 (55.47% from 255 or 30.99% from 455); Max value from RGB is 162 - color contains mainly: red. Hex color #A2988D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A2988D is #5D6772. Grayscale: #999999. Windows color (decimal): -6121331 or 9279650. OLE color: 9279650.

HSL color Cylindrical-coordinate representation of color #A2988D: hue angle of 31.43º degrees, saturation: 0.1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #A2988D is Cyan = 0, Magento = 0.06, Yellow = 0.13 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 152 141 -
CMYK 0 0.06 0.13 0.36
HSL 31.43º 0.1% 0.59% -
HSV(B) 31.43º 0.13% 0.64% -
XYZ 30.94 32.06 29.76 -
YUV 153.74 120.81 133.89 -
System Red Green Blue C M Y K H S L
Decimal 162 152 141 0 0.06 0.13 0.36 31.43 0.1 0.59
Hex A2 98 8D 0 6 D 24 1F A 3B
Octal 242 230 215 0 6 15 44 37 12 73
Binary 10100010 10011000 10001101 0 110 1101 100100 11111 1010 111011

Color Harmonies of #A2988D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2988D

Black with #A2988D

Text Example


Text Example

White with #A2988D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2988D; }

 p { color: rgb(162,152,141); }

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

background-color css

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

 a { background-color: rgb(162,152,141); }

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

border-color css

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

 span { border-color: rgb(162,152,141); }

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