Html Css Color HEX #A5968B Zorba

📋 copy color: '#A5968B'

red 165 ◦ green 150 ◦ blue 139

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

Shades of Zorba #A5968B

Tints of Zorba #A5968B

RGB

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

 GREEN value IS 150 (58.98% from 255) = 33.04%

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

R = 36.34%
G = 33.04%
B = 30.62%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.16

 K value IS 0.35

RGB Variations

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

Color information

#A5968B (or 0xA5968B) is known color: Zorba. HEX triplet: A5, 96 and 8B. RGB value is (165,150,139). Sum of RGB (Red+Green+Blue) = 165+150+139=454 (60% of max value = 765). Red value is 165 (64.84% from 255 or 36.34% from 454); Green value is 150 (58.98% from 255 or 33.04% from 454); Blue value is 139 (54.69% from 255 or 30.62% from 454); Max value from RGB is 165 - color contains mainly: red. Hex color #A5968B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A5968B is #5A6974. Grayscale: #999999. Windows color (decimal): -5925237 or 9148069. OLE color: 9148069.

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

Color convert

RGB 165 150 139 -
CMYK 0 0.09 0.16 0.35
HSL 25.38º 0.13% 0.6% -
HSV(B) 25.38º 0.16% 0.65% -
XYZ 31.08 31.68 28.9 -
YUV 153.23 119.97 136.39 -
System Red Green Blue C M Y K H S L
Decimal 165 150 139 0 0.09 0.16 0.35 25.38 0.13 0.6
Hex A5 96 8B 0 9 10 23 19 D 3C
Octal 245 226 213 0 11 20 43 31 15 74
Binary 10100101 10010110 10001011 0 1001 10000 100011 11001 1101 111100

Color Harmonies of #A5968B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5968B

Black with #A5968B

Text Example


Text Example

White with #A5968B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5968B; }

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

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

background-color css

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

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

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

border-color css

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

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

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