Html Css Color HEX #A6948B Zorba

📋 copy color: '#A6948B'

red 166 ◦ green 148 ◦ blue 139

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

Shades of Zorba #A6948B

Tints of Zorba #A6948B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 30.68%

R = 36.64%
G = 32.67%
B = 30.68%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.16

 K value IS 0.35

RGB Variations

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

Color information

#A6948B (or 0xA6948B) is known color: Zorba. HEX triplet: A6, 94 and 8B. RGB value is (166,148,139). Sum of RGB (Red+Green+Blue) = 166+148+139=453 (60% of max value = 765). Red value is 166 (65.23% from 255 or 36.64% from 453); Green value is 148 (58.20% from 255 or 32.67% from 453); Blue value is 139 (54.69% from 255 or 30.68% from 453); Max value from RGB is 166 - color contains mainly: red. Hex color #A6948B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A6948B is #596B74. Grayscale: #989898. Windows color (decimal): -5860213 or 9147558. OLE color: 9147558.

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

Color convert

RGB 166 148 139 -
CMYK 0 0.11 0.16 0.35
HSL 20º 0.13% 0.6% -
HSV(B) 20º 0.16% 0.65% -
XYZ 30.98 31.15 28.81 -
YUV 152.36 120.46 137.73 -
System Red Green Blue C M Y K H S L
Decimal 166 148 139 0 0.11 0.16 0.35 20 0.13 0.6
Hex A6 94 8B 0 B 10 23 14 D 3C
Octal 246 224 213 0 13 20 43 24 15 74
Binary 10100110 10010100 10001011 0 1011 10000 100011 10100 1101 111100

Color Harmonies of #A6948B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6948B

Black with #A6948B

Text Example


Text Example

White with #A6948B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6948B; }

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

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

background-color css

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

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

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

border-color css

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

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

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