Html Css Color HEX #A3998D Zorba

📋 copy color: '#A3998D'

red 163 ◦ green 153 ◦ blue 141

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

Shades of Zorba #A3998D

Tints of Zorba #A3998D

RGB

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

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

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

R = 35.67%
G = 33.48%
B = 30.85%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.13

 K value IS 0.36

RGB Variations

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

Color information

#A3998D (or 0xA3998D) is known color: Zorba. HEX triplet: A3, 99 and 8D. RGB value is (163,153,141). Sum of RGB (Red+Green+Blue) = 163+153+141=457 (60% of max value = 765). Red value is 163 (64.06% from 255 or 35.67% from 457); Green value is 153 (60.16% from 255 or 33.48% from 457); Blue value is 141 (55.47% from 255 or 30.85% from 457); Max value from RGB is 163 - color contains mainly: red. Hex color #A3998D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A3998D is #5C6672. Grayscale: #9A9A9A. Windows color (decimal): -6055539 or 9279907. OLE color: 9279907.

HSL color Cylindrical-coordinate representation of color #A3998D: hue angle of 32.73º degrees, saturation: 0.11, 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 #A3998D is Cyan = 0, Magento = 0.06, Yellow = 0.13 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 153 141 -
CMYK 0 0.06 0.13 0.36
HSL 32.73º 0.11% 0.6% -
HSV(B) 32.73º 0.13% 0.64% -
XYZ 31.3 32.49 29.82 -
YUV 154.62 120.31 133.98 -
System Red Green Blue C M Y K H S L
Decimal 163 153 141 0 0.06 0.13 0.36 32.73 0.11 0.6
Hex A3 99 8D 0 6 D 24 21 B 3C
Octal 243 231 215 0 6 15 44 41 13 74
Binary 10100011 10011001 10001101 0 110 1101 100100 100001 1011 111100

Color Harmonies of #A3998D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3998D

Black with #A3998D

Text Example


Text Example

White with #A3998D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3998D; }

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

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

background-color css

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

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

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

border-color css

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

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

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