Html Css Color HEX #A5998C Zorba

📋 copy color: '#A5998C'

red 165 ◦ green 153 ◦ blue 140

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

Shades of Zorba #A5998C

Tints of Zorba #A5998C

RGB

 RED value IS 165 (64.84% from 255) = 36.03%

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

 BLUE value IS 140 (55.08% from 255) = 30.57%

R = 36.03%
G = 33.41%
B = 30.57%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.15

 K value IS 0.35

RGB Variations

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

Color information

#A5998C (or 0xA5998C) is known color: Zorba. HEX triplet: A5, 99 and 8C. RGB value is (165,153,140). Sum of RGB (Red+Green+Blue) = 165+153+140=458 (60% of max value = 765). Red value is 165 (64.84% from 255 or 36.03% from 458); Green value is 153 (60.16% from 255 or 33.41% from 458); Blue value is 140 (55.08% from 255 or 30.57% from 458); Max value from RGB is 165 - color contains mainly: red. Hex color #A5998C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A5998C is #5A6673. Grayscale: #9B9B9B. Windows color (decimal): -5924468 or 9214373. OLE color: 9214373.

HSL color Cylindrical-coordinate representation of color #A5998C: hue angle of 31.2º 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 #A5998C is Cyan = 0, Magento = 0.07, Yellow = 0.15 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 153 140 -
CMYK 0 0.07 0.15 0.35
HSL 31.2º 0.12% 0.6% -
HSV(B) 31.2º 0.15% 0.65% -
XYZ 31.64 32.68 29.45 -
YUV 155.11 119.48 135.06 -
System Red Green Blue C M Y K H S L
Decimal 165 153 140 0 0.07 0.15 0.35 31.2 0.12 0.6
Hex A5 99 8C 0 7 F 23 1F C 3C
Octal 245 231 214 0 7 17 43 37 14 74
Binary 10100101 10011001 10001100 0 111 1111 100011 11111 1100 111100

Color Harmonies of #A5998C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5998C

Black with #A5998C

Text Example


Text Example

White with #A5998C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5998C; }

 p { color: rgb(165,153,140); }

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

background-color css

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

 a { background-color: rgb(165,153,140); }

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

border-color css

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

 span { border-color: rgb(165,153,140); }

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