Html Css Color HEX #A5988B Zorba

📋 copy color: '#A5988B'

red 165 ◦ green 152 ◦ blue 139

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

Shades of Zorba #A5988B

Tints of Zorba #A5988B

RGB

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

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

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

R = 36.18%
G = 33.33%
B = 30.48%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.16

 K value IS 0.35

RGB Variations

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

Color information

#A5988B (or 0xA5988B) is known color: Zorba. HEX triplet: A5, 98 and 8B. RGB value is (165,152,139). Sum of RGB (Red+Green+Blue) = 165+152+139=456 (60% of max value = 765). Red value is 165 (64.84% from 255 or 36.18% from 456); Green value is 152 (59.77% from 255 or 33.33% from 456); Blue value is 139 (54.69% from 255 or 30.48% from 456); Max value from RGB is 165 - color contains mainly: red. Hex color #A5988B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A5988B is #5A6774. Grayscale: #9A9A9A. Windows color (decimal): -5924725 or 9148581. OLE color: 9148581.

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

Color convert

RGB 165 152 139 -
CMYK 0 0.08 0.16 0.35
HSL 30º 0.13% 0.6% -
HSV(B) 30º 0.16% 0.65% -
XYZ 31.41 32.32 29.01 -
YUV 154.41 119.31 135.56 -
System Red Green Blue C M Y K H S L
Decimal 165 152 139 0 0.08 0.16 0.35 30 0.13 0.6
Hex A5 98 8B 0 8 10 23 1E D 3C
Octal 245 230 213 0 10 20 43 36 15 74
Binary 10100101 10011000 10001011 0 1000 10000 100011 11110 1101 111100

Color Harmonies of #A5988B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5988B

Black with #A5988B

Text Example


Text Example

White with #A5988B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5988B; }

 p { color: rgb(165,152,139); }

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

background-color css

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

 a { background-color: rgb(165,152,139); }

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

border-color css

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

 span { border-color: rgb(165,152,139); }

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