Html Css Color HEX #A69485 Zorba

📋 copy color: '#A69485'

red 166 ◦ green 148 ◦ blue 133

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

Shades of Zorba #A69485

Tints of Zorba #A69485

RGB

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

 GREEN value IS 148 (58.2% from 255) = 33.11%

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

R = 37.14%
G = 33.11%
B = 29.75%

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

#A69485 (or 0xA69485) is known color: Zorba. HEX triplet: A6, 94 and 85. RGB value is (166,148,133). Sum of RGB (Red+Green+Blue) = 166+148+133=447 (59% of max value = 765). Red value is 166 (65.23% from 255 or 37.14% from 447); Green value is 148 (58.20% from 255 or 33.11% from 447); Blue value is 133 (52.34% from 255 or 29.75% from 447); Max value from RGB is 166 - color contains mainly: red. Hex color #A69485 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A69485 is #596B7A. Grayscale: #979797. Windows color (decimal): -5860219 or 8754342. OLE color: 8754342.

HSL color Cylindrical-coordinate representation of color #A69485: hue angle of 27.27º 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 #A69485 is Cyan = 0, Magento = 0.11, Yellow = 0.20 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 148 133 -
CMYK 0 0.11 0.20 0.35
HSL 27.27º 0.16% 0.59% -
HSV(B) 27.27º 0.2% 0.65% -
XYZ 30.55 30.98 26.56 -
YUV 151.67 117.46 138.22 -
System Red Green Blue C M Y K H S L
Decimal 166 148 133 0 0.11 0.20 0.35 27.27 0.16 0.59
Hex A6 94 85 0 B 14 23 1B 10 3B
Octal 246 224 205 0 13 24 43 33 20 73
Binary 10100110 10010100 10000101 0 1011 10100 100011 11011 10000 111011

Color Harmonies of #A69485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A69485

Black with #A69485

Text Example


Text Example

White with #A69485

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A69485; }

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

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

background-color css

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

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

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

border-color css

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

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

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