#A38F7F

Color #A38F7F Zorba (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Zorba #A38F7F

Tints of Zorba #A38F7F

Color information

#A38F7F (or 0xA38F7F) is unknown color: approx Zorba. HEX triplet: A3, 8F and 7F. RGB value is (163,143,127). Sum of RGB (Red+Green+Blue) = 163+143+127=433 (57% of max value = 765). Red value is 163 (64.06% from 255 or 37.64% from 433); Green value is 143 (56.25% from 255 or 33.03% from 433); Blue value is 127 (50% from 255 or 29.33% from 433); Max value from RGB is 163 - color contains mainly: red. Hex color #A38F7F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A38F7F is #5C7080. Grayscale: #939393. Windows color (decimal): -6058113 or 8359843. OLE color: 8359843.

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

Color convert

RGB163143127-
CMYK00.120.220.36
HSL26.67º16.36%56.86%-
HSV(B)26.67º22.09%63.92%-
XYZ28.7628.9624.15-
YUV147.16116.63139.3-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 37.64%
GREEN value IS 143 (56.25% from 255) = 33.03%
BLUE value IS 127 (50% from 255) = 29.33%
R=37.64%
G=33.03%
B=29.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.22
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16314312700.120.220.3626.6716.3656.86
HexA38F7F0C16241b1039
Octal2432171770142644332071
Binary1010001110001111111111101100101101001001101110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A38F7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A38F7F; }

 p { color: rgb(163,143,127); }

 H1.HeaderClassName
 {
   color: #A38F7F;
 }
 .AnyTagClassName
 {
   color: #A38F7F;
 }
</style>
background-color css

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

 a { background-color: rgb(163,143,127); }

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

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

 span { border-color: rgb(163,143,127); }

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