Html Css Color HEX #A29384 Zorba

📋 copy color: '#A29384'

red 162 ◦ green 147 ◦ blue 132

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

Shades of Zorba #A29384

Tints of Zorba #A29384

RGB

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

 GREEN value IS 147 (57.81% from 255) = 33.33%

 BLUE value IS 132 (51.95% from 255) = 29.93%

R = 36.73%
G = 33.33%
B = 29.93%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.19

 K value IS 0.36

RGB Variations

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

Color information

#A29384 (or 0xA29384) is known color: Zorba. HEX triplet: A2, 93 and 84. RGB value is (162,147,132). Sum of RGB (Red+Green+Blue) = 162+147+132=441 (58% of max value = 765). Red value is 162 (63.67% from 255 or 36.73% from 441); Green value is 147 (57.81% from 255 or 33.33% from 441); Blue value is 132 (51.95% from 255 or 29.93% from 441); Max value from RGB is 162 - color contains mainly: red. Hex color #A29384 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A29384 is #5D6C7B. Grayscale: #959595. Windows color (decimal): -6122620 or 8688546. OLE color: 8688546.

HSL color Cylindrical-coordinate representation of color #A29384: hue angle of 30º degrees, saturation: 0.14, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A29384 is Cyan = 0, Magento = 0.09, Yellow = 0.19 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 147 132 -
CMYK 0 0.09 0.19 0.36
HSL 30º 0.14% 0.58% -
HSV(B) 30º 0.19% 0.64% -
XYZ 29.5 30.21 26.11 -
YUV 149.78 117.97 136.72 -
System Red Green Blue C M Y K H S L
Decimal 162 147 132 0 0.09 0.19 0.36 30 0.14 0.58
Hex A2 93 84 0 9 13 24 1E E 3A
Octal 242 223 204 0 11 23 44 36 16 72
Binary 10100010 10010011 10000100 0 1001 10011 100100 11110 1110 111010

Color Harmonies of #A29384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A29384

Black with #A29384

Text Example


Text Example

White with #A29384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A29384; }

 p { color: rgb(162,147,132); }

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

background-color css

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

 a { background-color: rgb(162,147,132); }

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

border-color css

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

 span { border-color: rgb(162,147,132); }

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