Html Css Color HEX #A69085 Zorba

📋 copy color: '#A69085'

red 166 ◦ green 144 ◦ blue 133

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

Shades of Zorba #A69085

Tints of Zorba #A69085

RGB

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

 GREEN value IS 144 (56.64% from 255) = 32.51%

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

R = 37.47%
G = 32.51%
B = 30.02%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.20

 K value IS 0.35

RGB Variations

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

Color information

#A69085 (or 0xA69085) is known color: Zorba. HEX triplet: A6, 90 and 85. RGB value is (166,144,133). Sum of RGB (Red+Green+Blue) = 166+144+133=443 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.47% from 443); Green value is 144 (56.64% from 255 or 32.51% from 443); Blue value is 133 (52.34% from 255 or 30.02% from 443); Max value from RGB is 166 - color contains mainly: red. Hex color #A69085 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A69085 is #596F7A. Grayscale: #959595. Windows color (decimal): -5861243 or 8753318. OLE color: 8753318.

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

Color convert

RGB 166 144 133 -
CMYK 0 0.13 0.20 0.35
HSL 20º 0.16% 0.59% -
HSV(B) 20º 0.2% 0.65% -
XYZ 29.93 29.75 26.35 -
YUV 149.32 118.79 139.89 -
System Red Green Blue C M Y K H S L
Decimal 166 144 133 0 0.13 0.20 0.35 20 0.16 0.59
Hex A6 90 85 0 D 14 23 14 10 3B
Octal 246 220 205 0 15 24 43 24 20 73
Binary 10100110 10010000 10000101 0 1101 10100 100011 10100 10000 111011

Color Harmonies of #A69085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A69085

Black with #A69085

Text Example


Text Example

White with #A69085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A69085; }

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

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

background-color css

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

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

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

border-color css

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

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

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