Html Css Color HEX #A69585 Zorba

📋 copy color: '#A69585'

red 166 ◦ green 149 ◦ blue 133

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

Shades of Zorba #A69585

Tints of Zorba #A69585

RGB

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

 GREEN value IS 149 (58.59% from 255) = 33.26%

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

R = 37.05%
G = 33.26%
B = 29.69%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.20

 K value IS 0.35

RGB Variations

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

Color information

#A69585 (or 0xA69585) is known color: Zorba. HEX triplet: A6, 95 and 85. RGB value is (166,149,133). Sum of RGB (Red+Green+Blue) = 166+149+133=448 (59% of max value = 765). Red value is 166 (65.23% from 255 or 37.05% from 448); Green value is 149 (58.59% from 255 or 33.26% from 448); Blue value is 133 (52.34% from 255 or 29.69% from 448); Max value from RGB is 166 - color contains mainly: red. Hex color #A69585 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A69585 is #596A7A. Grayscale: #989898. Windows color (decimal): -5859963 or 8754598. OLE color: 8754598.

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

Color convert

RGB 166 149 133 -
CMYK 0 0.10 0.20 0.35
HSL 29.09º 0.16% 0.59% -
HSV(B) 29.09º 0.2% 0.65% -
XYZ 30.71 31.3 26.61 -
YUV 152.26 117.13 137.8 -
System Red Green Blue C M Y K H S L
Decimal 166 149 133 0 0.10 0.20 0.35 29.09 0.16 0.59
Hex A6 95 85 0 A 14 23 1D 10 3B
Octal 246 225 205 0 12 24 43 35 20 73
Binary 10100110 10010101 10000101 0 1010 10100 100011 11101 10000 111011

Color Harmonies of #A69585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A69585

Black with #A69585

Text Example


Text Example

White with #A69585

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A69585; }

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

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

background-color css

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

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

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

border-color css

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

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

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