Html Css Color HEX #A69484 Zorba

📋 copy color: '#A69484'

red 166 ◦ green 148 ◦ blue 132

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

Shades of Zorba #A69484

Tints of Zorba #A69484

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 29.6%

R = 37.22%
G = 33.18%
B = 29.6%

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

#A69484 (or 0xA69484) is known color: Zorba. HEX triplet: A6, 94 and 84. RGB value is (166,148,132). Sum of RGB (Red+Green+Blue) = 166+148+132=446 (59% of max value = 765). Red value is 166 (65.23% from 255 or 37.22% from 446); Green value is 148 (58.20% from 255 or 33.18% from 446); Blue value is 132 (51.95% from 255 or 29.60% from 446); Max value from RGB is 166 - color contains mainly: red. Hex color #A69484 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A69484 is #596B7B. Grayscale: #979797. Windows color (decimal): -5860220 or 8688806. OLE color: 8688806.

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

Color convert

RGB 166 148 132 -
CMYK 0 0.11 0.20 0.35
HSL 28.24º 0.16% 0.58% -
HSV(B) 28.24º 0.2% 0.65% -
XYZ 30.48 30.95 26.2 -
YUV 151.56 116.96 138.3 -
System Red Green Blue C M Y K H S L
Decimal 166 148 132 0 0.11 0.20 0.35 28.24 0.16 0.58
Hex A6 94 84 0 B 14 23 1C 10 3A
Octal 246 224 204 0 13 24 43 34 20 72
Binary 10100110 10010100 10000100 0 1011 10100 100011 11100 10000 111010

Color Harmonies of #A69484

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A69484

Black with #A69484

Text Example


Text Example

White with #A69484

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A69484; }

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

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

background-color css

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

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

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

border-color css

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

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

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