Html Css Color HEX #A39992 Zorba

📋 copy color: '#A39992'

red 163 ◦ green 153 ◦ blue 146

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

Shades of Zorba #A39992

Tints of Zorba #A39992

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 31.6%

R = 35.28%
G = 33.12%
B = 31.6%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.10

 K value IS 0.36

RGB Variations

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

Color information

#A39992 (or 0xA39992) is known color: Zorba. HEX triplet: A3, 99 and 92. RGB value is (163,153,146). Sum of RGB (Red+Green+Blue) = 163+153+146=462 (61% of max value = 765). Red value is 163 (64.06% from 255 or 35.28% from 462); Green value is 153 (60.16% from 255 or 33.12% from 462); Blue value is 146 (57.42% from 255 or 31.60% from 462); Max value from RGB is 163 - color contains mainly: red. Hex color #A39992 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A39992 is #5C666D. Grayscale: #9B9B9B. Windows color (decimal): -6055534 or 9607587. OLE color: 9607587.

HSL color Cylindrical-coordinate representation of color #A39992: hue angle of 24.71º degrees, saturation: 0.08, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #A39992 is Cyan = 0, Magento = 0.06, Yellow = 0.10 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 153 146 -
CMYK 0 0.06 0.10 0.36
HSL 24.71º 0.08% 0.61% -
HSV(B) 24.71º 0.1% 0.64% -
XYZ 31.68 32.64 31.83 -
YUV 155.19 122.81 133.57 -
System Red Green Blue C M Y K H S L
Decimal 163 153 146 0 0.06 0.10 0.36 24.71 0.08 0.61
Hex A3 99 92 0 6 A 24 19 8 3D
Octal 243 231 222 0 6 12 44 31 10 75
Binary 10100011 10011001 10010010 0 110 1010 100100 11001 1000 111101

Color Harmonies of #A39992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A39992

Black with #A39992

Text Example


Text Example

White with #A39992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A39992; }

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

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

background-color css

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

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

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

border-color css

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

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

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