Html Css Color HEX #A5948D Zorba

📋 copy color: '#A5948D'

red 165 ◦ green 148 ◦ blue 141

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

Shades of Zorba #A5948D

Tints of Zorba #A5948D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 31.06%

R = 36.34%
G = 32.6%
B = 31.06%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.15

 K value IS 0.35

RGB Variations

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

Color information

#A5948D (or 0xA5948D) is known color: Zorba. HEX triplet: A5, 94 and 8D. RGB value is (165,148,141). Sum of RGB (Red+Green+Blue) = 165+148+141=454 (60% of max value = 765). Red value is 165 (64.84% from 255 or 36.34% from 454); Green value is 148 (58.20% from 255 or 32.60% from 454); Blue value is 141 (55.47% from 255 or 31.06% from 454); Max value from RGB is 165 - color contains mainly: red. Hex color #A5948D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A5948D is #5A6B72. Grayscale: #989898. Windows color (decimal): -5925747 or 9278629. OLE color: 9278629.

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

Color convert

RGB 165 148 141 -
CMYK 0 0.10 0.15 0.35
HSL 17.5º 0.12% 0.6% -
HSV(B) 17.5º 0.15% 0.65% -
XYZ 30.91 31.1 29.57 -
YUV 152.29 121.63 137.07 -
System Red Green Blue C M Y K H S L
Decimal 165 148 141 0 0.10 0.15 0.35 17.5 0.12 0.6
Hex A5 94 8D 0 A F 23 12 C 3C
Octal 245 224 215 0 12 17 43 22 14 74
Binary 10100101 10010100 10001101 0 1010 1111 100011 10010 1100 111100

Color Harmonies of #A5948D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5948D

Black with #A5948D

Text Example


Text Example

White with #A5948D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5948D; }

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

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

background-color css

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

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

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

border-color css

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

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

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