Html Css Color HEX #A6998D Zorba

📋 copy color: '#A6998D'

red 166 ◦ green 153 ◦ blue 141

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

Shades of Zorba #A6998D

Tints of Zorba #A6998D

RGB

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

 GREEN value IS 153 (60.16% from 255) = 33.26%

 BLUE value IS 141 (55.47% from 255) = 30.65%

R = 36.09%
G = 33.26%
B = 30.65%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.15

 K value IS 0.35

RGB Variations

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

Color information

#A6998D (or 0xA6998D) is known color: Zorba. HEX triplet: A6, 99 and 8D. RGB value is (166,153,141). Sum of RGB (Red+Green+Blue) = 166+153+141=460 (60% of max value = 765). Red value is 166 (65.23% from 255 or 36.09% from 460); Green value is 153 (60.16% from 255 or 33.26% from 460); Blue value is 141 (55.47% from 255 or 30.65% from 460); Max value from RGB is 166 - color contains mainly: red. Hex color #A6998D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A6998D is #596672. Grayscale: #9B9B9B. Windows color (decimal): -5858931 or 9279910. OLE color: 9279910.

HSL color Cylindrical-coordinate representation of color #A6998D: hue angle of 28.8º degrees, saturation: 0.12, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #A6998D is Cyan = 0, Magento = 0.08, Yellow = 0.15 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 153 141 -
CMYK 0 0.08 0.15 0.35
HSL 28.8º 0.12% 0.6% -
HSV(B) 28.8º 0.15% 0.65% -
XYZ 31.92 32.81 29.85 -
YUV 155.52 119.81 135.48 -
System Red Green Blue C M Y K H S L
Decimal 166 153 141 0 0.08 0.15 0.35 28.8 0.12 0.6
Hex A6 99 8D 0 8 F 23 1D C 3C
Octal 246 231 215 0 10 17 43 35 14 74
Binary 10100110 10011001 10001101 0 1000 1111 100011 11101 1100 111100

Color Harmonies of #A6998D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6998D

Black with #A6998D

Text Example


Text Example

White with #A6998D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6998D; }

 p { color: rgb(166,153,141); }

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

background-color css

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

 a { background-color: rgb(166,153,141); }

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

border-color css

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

 span { border-color: rgb(166,153,141); }

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