Html Css Color HEX #A39085 Zorba

📋 copy color: '#A39085'

red 163 ◦ green 144 ◦ blue 133

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

Shades of Zorba #A39085

Tints of Zorba #A39085

RGB

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

 GREEN value IS 144 (56.64% from 255) = 32.73%

 BLUE value IS 133 (52.34% from 255) = 30.23%

R = 37.05%
G = 32.73%
B = 30.23%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.18

 K value IS 0.36

RGB Variations

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

Color information

#A39085 (or 0xA39085) is known color: Zorba. HEX triplet: A3, 90 and 85. RGB value is (163,144,133). Sum of RGB (Red+Green+Blue) = 163+144+133=440 (58% of max value = 765). Red value is 163 (64.06% from 255 or 37.05% from 440); Green value is 144 (56.64% from 255 or 32.73% from 440); Blue value is 133 (52.34% from 255 or 30.23% from 440); Max value from RGB is 163 - color contains mainly: red. Hex color #A39085 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A39085 is #5C6F7A. Grayscale: #949494. Windows color (decimal): -6057851 or 8753315. OLE color: 8753315.

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

Color convert

RGB 163 144 133 -
CMYK 0 0.12 0.18 0.36
HSL 22º 0.14% 0.58% -
HSV(B) 22º 0.18% 0.64% -
XYZ 29.31 29.43 26.33 -
YUV 148.43 119.29 138.39 -
System Red Green Blue C M Y K H S L
Decimal 163 144 133 0 0.12 0.18 0.36 22 0.14 0.58
Hex A3 90 85 0 C 12 24 16 E 3A
Octal 243 220 205 0 14 22 44 26 16 72
Binary 10100011 10010000 10000101 0 1100 10010 100100 10110 1110 111010

Color Harmonies of #A39085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A39085

Black with #A39085

Text Example


Text Example

White with #A39085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A39085; }

 p { color: rgb(163,144,133); }

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

background-color css

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

 a { background-color: rgb(163,144,133); }

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

border-color css

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

 span { border-color: rgb(163,144,133); }

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