Html Css Color HEX #A29385 Zorba

📋 copy color: '#A29385'

red 162 ◦ green 147 ◦ blue 133

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

Shades of Zorba #A29385

Tints of Zorba #A29385

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 30.09%

R = 36.65%
G = 33.26%
B = 30.09%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.18

 K value IS 0.36

RGB Variations

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

Color information

#A29385 (or 0xA29385) is known color: Zorba. HEX triplet: A2, 93 and 85. RGB value is (162,147,133). Sum of RGB (Red+Green+Blue) = 162+147+133=442 (58% of max value = 765). Red value is 162 (63.67% from 255 or 36.65% from 442); Green value is 147 (57.81% from 255 or 33.26% from 442); Blue value is 133 (52.34% from 255 or 30.09% from 442); Max value from RGB is 162 - color contains mainly: red. Hex color #A29385 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A29385 is #5D6C7A. Grayscale: #959595. Windows color (decimal): -6122619 or 8754082. OLE color: 8754082.

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

Color convert

RGB 162 147 133 -
CMYK 0 0.09 0.18 0.36
HSL 28.97º 0.13% 0.58% -
HSV(B) 28.97º 0.18% 0.64% -
XYZ 29.57 30.24 26.47 -
YUV 149.89 118.47 136.64 -
System Red Green Blue C M Y K H S L
Decimal 162 147 133 0 0.09 0.18 0.36 28.97 0.13 0.58
Hex A2 93 85 0 9 12 24 1D D 3A
Octal 242 223 205 0 11 22 44 35 15 72
Binary 10100010 10010011 10000101 0 1001 10010 100100 11101 1101 111010

Color Harmonies of #A29385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A29385

Black with #A29385

Text Example


Text Example

White with #A29385

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A29385; }

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

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

background-color css

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

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

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

border-color css

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

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

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