Html Css Color HEX #A69B90 Zorba

📋 copy color: '#A69B90'

red 166 ◦ green 155 ◦ blue 144

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

Shades of Zorba #A69B90

Tints of Zorba #A69B90

RGB

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

 GREEN value IS 155 (60.94% from 255) = 33.33%

 BLUE value IS 144 (56.64% from 255) = 30.97%

R = 35.7%
G = 33.33%
B = 30.97%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.13

 K value IS 0.35

RGB Variations

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

Color information

#A69B90 (or 0xA69B90) is known color: Zorba. HEX triplet: A6, 9B and 90. RGB value is (166,155,144). Sum of RGB (Red+Green+Blue) = 166+155+144=465 (61% of max value = 765). Red value is 166 (65.23% from 255 or 35.70% from 465); Green value is 155 (60.94% from 255 or 33.33% from 465); Blue value is 144 (56.64% from 255 or 30.97% from 465); Max value from RGB is 166 - color contains mainly: red. Hex color #A69B90 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A69B90 is #59646F. Grayscale: #9D9D9D. Windows color (decimal): -5858416 or 9477030. OLE color: 9477030.

HSL color Cylindrical-coordinate representation of color #A69B90: hue angle of 30º degrees, saturation: 0.11, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #A69B90 is Cyan = 0, Magento = 0.07, Yellow = 0.13 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 155 144 -
CMYK 0 0.07 0.13 0.35
HSL 30º 0.11% 0.61% -
HSV(B) 30º 0.13% 0.65% -
XYZ 32.48 33.56 31.15 -
YUV 157.04 120.64 134.39 -
System Red Green Blue C M Y K H S L
Decimal 166 155 144 0 0.07 0.13 0.35 30 0.11 0.61
Hex A6 9B 90 0 7 D 23 1E B 3D
Octal 246 233 220 0 7 15 43 36 13 75
Binary 10100110 10011011 10010000 0 111 1101 100011 11110 1011 111101

Color Harmonies of #A69B90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A69B90

Black with #A69B90

Text Example


Text Example

White with #A69B90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A69B90; }

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

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

background-color css

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

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

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

border-color css

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

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

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