Html Css Color HEX #A2998D Zorba

📋 copy color: '#A2998D'

red 162 ◦ green 153 ◦ blue 141

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

Shades of Zorba #A2998D

Tints of Zorba #A2998D

RGB

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

 GREEN value IS 153 (60.16% from 255) = 33.55%

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

R = 35.53%
G = 33.55%
B = 30.92%

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

#A2998D (or 0xA2998D) is known color: Zorba. HEX triplet: A2, 99 and 8D. RGB value is (162,153,141). Sum of RGB (Red+Green+Blue) = 162+153+141=456 (60% of max value = 765). Red value is 162 (63.67% from 255 or 35.53% from 456); Green value is 153 (60.16% from 255 or 33.55% from 456); Blue value is 141 (55.47% from 255 or 30.92% from 456); Max value from RGB is 162 - color contains mainly: red. Hex color #A2998D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A2998D is #5D6672. Grayscale: #9A9A9A. Windows color (decimal): -6121075 or 9279906. OLE color: 9279906.

HSL color Cylindrical-coordinate representation of color #A2998D: hue angle of 34.29º 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 #A2998D is Cyan = 0, Magento = 0.06, Yellow = 0.13 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 153 141 -
CMYK 0 0.06 0.13 0.36
HSL 34.29º 0.1% 0.59% -
HSV(B) 34.29º 0.13% 0.64% -
XYZ 31.1 32.39 29.81 -
YUV 154.32 120.48 133.48 -
System Red Green Blue C M Y K H S L
Decimal 162 153 141 0 0.06 0.13 0.36 34.29 0.1 0.59
Hex A2 99 8D 0 6 D 24 22 A 3B
Octal 242 231 215 0 6 15 44 42 12 73
Binary 10100010 10011001 10001101 0 110 1101 100100 100010 1010 111011

Color Harmonies of #A2998D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2998D

Black with #A2998D

Text Example


Text Example

White with #A2998D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2998D; }

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

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

background-color css

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

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

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

border-color css

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

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

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