Html Css Color HEX #A3988E Zorba

📋 copy color: '#A3988E'

red 163 ◦ green 152 ◦ blue 142

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

Shades of Zorba #A3988E

Tints of Zorba #A3988E

RGB

 RED value IS 163 (64.06% from 255) = 35.67%

 GREEN value IS 152 (59.77% from 255) = 33.26%

 BLUE value IS 142 (55.86% from 255) = 31.07%

R = 35.67%
G = 33.26%
B = 31.07%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.13

 K value IS 0.36

RGB Variations

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

Color information

#A3988E (or 0xA3988E) is known color: Zorba. HEX triplet: A3, 98 and 8E. RGB value is (163,152,142). Sum of RGB (Red+Green+Blue) = 163+152+142=457 (60% of max value = 765). Red value is 163 (64.06% from 255 or 35.67% from 457); Green value is 152 (59.77% from 255 or 33.26% from 457); Blue value is 142 (55.86% from 255 or 31.07% from 457); Max value from RGB is 163 - color contains mainly: red. Hex color #A3988E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A3988E is #5C6771. Grayscale: #9A9A9A. Windows color (decimal): -6055794 or 9345187. OLE color: 9345187.

HSL color Cylindrical-coordinate representation of color #A3988E: hue angle of 28.57º degrees, saturation: 0.1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #A3988E is Cyan = 0, Magento = 0.07, Yellow = 0.13 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 152 142 -
CMYK 0 0.07 0.13 0.36
HSL 28.57º 0.1% 0.6% -
HSV(B) 28.57º 0.13% 0.64% -
XYZ 31.21 32.2 30.16 -
YUV 154.15 121.14 134.31 -
System Red Green Blue C M Y K H S L
Decimal 163 152 142 0 0.07 0.13 0.36 28.57 0.1 0.6
Hex A3 98 8E 0 7 D 24 1D A 3C
Octal 243 230 216 0 7 15 44 35 12 74
Binary 10100011 10011000 10001110 0 111 1101 100100 11101 1010 111100

Color Harmonies of #A3988E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3988E

Black with #A3988E

Text Example


Text Example

White with #A3988E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3988E; }

 p { color: rgb(163,152,142); }

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

background-color css

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

 a { background-color: rgb(163,152,142); }

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

border-color css

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

 span { border-color: rgb(163,152,142); }

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