Html Css Color HEX #A5948A Zorba

📋 copy color: '#A5948A'

red 165 ◦ green 148 ◦ blue 138

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

Shades of Zorba #A5948A

Tints of Zorba #A5948A

RGB

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

 GREEN value IS 148 (58.2% from 255) = 32.82%

 BLUE value IS 138 (54.3% from 255) = 30.6%

R = 36.59%
G = 32.82%
B = 30.6%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.16

 K value IS 0.35

RGB Variations

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

Color information

#A5948A (or 0xA5948A) is known color: Zorba. HEX triplet: A5, 94 and 8A. RGB value is (165,148,138). Sum of RGB (Red+Green+Blue) = 165+148+138=451 (59% of max value = 765). Red value is 165 (64.84% from 255 or 36.59% from 451); Green value is 148 (58.20% from 255 or 32.82% from 451); Blue value is 138 (54.30% from 255 or 30.60% from 451); Max value from RGB is 165 - color contains mainly: red. Hex color #A5948A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A5948A is #5A6B75. Grayscale: #989898. Windows color (decimal): -5925750 or 9082021. OLE color: 9082021.

HSL color Cylindrical-coordinate representation of color #A5948A: hue angle of 22.22º degrees, saturation: 0.13, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #A5948A is Cyan = 0, Magento = 0.10, Yellow = 0.16 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 148 138 -
CMYK 0 0.10 0.16 0.35
HSL 22.22º 0.13% 0.59% -
HSV(B) 22.22º 0.16% 0.65% -
XYZ 30.69 31.01 28.41 -
YUV 151.94 120.13 137.31 -
System Red Green Blue C M Y K H S L
Decimal 165 148 138 0 0.10 0.16 0.35 22.22 0.13 0.59
Hex A5 94 8A 0 A 10 23 16 D 3B
Octal 245 224 212 0 12 20 43 26 15 73
Binary 10100101 10010100 10001010 0 1010 10000 100011 10110 1101 111011

Color Harmonies of #A5948A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5948A

Black with #A5948A

Text Example


Text Example

White with #A5948A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5948A; }

 p { color: rgb(165,148,138); }

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

background-color css

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

 a { background-color: rgb(165,148,138); }

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

border-color css

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

 span { border-color: rgb(165,148,138); }

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