Html Css Color HEX #A3948A Zorba

📋 copy color: '#A3948A'

red 163 ◦ green 148 ◦ blue 138

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

Shades of Zorba #A3948A

Tints of Zorba #A3948A

RGB

 RED value IS 163 (64.06% from 255) = 36.3%

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

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

R = 36.3%
G = 32.96%
B = 30.73%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.15

 K value IS 0.36

RGB Variations

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

Color information

#A3948A (or 0xA3948A) is known color: Zorba. HEX triplet: A3, 94 and 8A. RGB value is (163,148,138). Sum of RGB (Red+Green+Blue) = 163+148+138=449 (59% of max value = 765). Red value is 163 (64.06% from 255 or 36.30% from 449); Green value is 148 (58.20% from 255 or 32.96% from 449); Blue value is 138 (54.30% from 255 or 30.73% from 449); Max value from RGB is 163 - color contains mainly: red. Hex color #A3948A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A3948A is #5C6B75. Grayscale: #979797. Windows color (decimal): -6056822 or 9082019. OLE color: 9082019.

HSL color Cylindrical-coordinate representation of color #A3948A: hue angle of 24º degrees, saturation: 0.12, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #A3948A is Cyan = 0, Magento = 0.09, Yellow = 0.15 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 148 138 -
CMYK 0 0.09 0.15 0.36
HSL 24º 0.12% 0.59% -
HSV(B) 24º 0.15% 0.64% -
XYZ 30.28 30.8 28.39 -
YUV 151.35 120.47 136.31 -
System Red Green Blue C M Y K H S L
Decimal 163 148 138 0 0.09 0.15 0.36 24 0.12 0.59
Hex A3 94 8A 0 9 F 24 18 C 3B
Octal 243 224 212 0 11 17 44 30 14 73
Binary 10100011 10010100 10001010 0 1001 1111 100100 11000 1100 111011

Color Harmonies of #A3948A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3948A

Black with #A3948A

Text Example


Text Example

White with #A3948A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3948A; }

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

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

background-color css

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

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

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

border-color css

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

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

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