Html Css Color HEX #A69385 Zorba

📋 copy color: '#A69385'

red 166 ◦ green 147 ◦ blue 133

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

Shades of Zorba #A69385

Tints of Zorba #A69385

RGB

 RED value IS 166 (65.23% from 255) = 37.22%

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

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

R = 37.22%
G = 32.96%
B = 29.82%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.20

 K value IS 0.35

RGB Variations

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

Color information

#A69385 (or 0xA69385) is known color: Zorba. HEX triplet: A6, 93 and 85. RGB value is (166,147,133). Sum of RGB (Red+Green+Blue) = 166+147+133=446 (59% of max value = 765). Red value is 166 (65.23% from 255 or 37.22% from 446); Green value is 147 (57.81% from 255 or 32.96% from 446); Blue value is 133 (52.34% from 255 or 29.82% from 446); Max value from RGB is 166 - color contains mainly: red. Hex color #A69385 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A69385 is #596C7A. Grayscale: #979797. Windows color (decimal): -5860475 or 8754086. OLE color: 8754086.

HSL color Cylindrical-coordinate representation of color #A69385: hue angle of 25.45º degrees, saturation: 0.16, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A69385 is Cyan = 0, Magento = 0.11, Yellow = 0.20 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 147 133 -
CMYK 0 0.11 0.20 0.35
HSL 25.45º 0.16% 0.59% -
HSV(B) 25.45º 0.2% 0.65% -
XYZ 30.39 30.67 26.51 -
YUV 151.09 117.79 138.64 -
System Red Green Blue C M Y K H S L
Decimal 166 147 133 0 0.11 0.20 0.35 25.45 0.16 0.59
Hex A6 93 85 0 B 14 23 19 10 3B
Octal 246 223 205 0 13 24 43 31 20 73
Binary 10100110 10010011 10000101 0 1011 10100 100011 11001 10000 111011

Color Harmonies of #A69385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A69385

Black with #A69385

Text Example


Text Example

White with #A69385

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A69385; }

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

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

background-color css

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

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

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

border-color css

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

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

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