Html Css Color HEX #A38D83 Zorba

📋 copy color: '#A38D83'

red 163 ◦ green 141 ◦ blue 131

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

Shades of Zorba #A38D83

Tints of Zorba #A38D83

RGB

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

 GREEN value IS 141 (55.47% from 255) = 32.41%

 BLUE value IS 131 (51.56% from 255) = 30.11%

R = 37.47%
G = 32.41%
B = 30.11%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.20

 K value IS 0.36

RGB Variations

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

Color information

#A38D83 (or 0xA38D83) is known color: Zorba. HEX triplet: A3, 8D and 83. RGB value is (163,141,131). Sum of RGB (Red+Green+Blue) = 163+141+131=435 (57% of max value = 765). Red value is 163 (64.06% from 255 or 37.47% from 435); Green value is 141 (55.47% from 255 or 32.41% from 435); Blue value is 131 (51.56% from 255 or 30.11% from 435); Max value from RGB is 163 - color contains mainly: red. Hex color #A38D83 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A38D83 is #5C727C. Grayscale: #929292. Windows color (decimal): -6058621 or 8621475. OLE color: 8621475.

HSL color Cylindrical-coordinate representation of color #A38D83: hue angle of 18.75º degrees, saturation: 0.15, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A38D83 is Cyan = 0, Magento = 0.13, Yellow = 0.20 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 141 131 -
CMYK 0 0.13 0.20 0.36
HSL 18.75º 0.15% 0.58% -
HSV(B) 18.75º 0.2% 0.64% -
XYZ 28.73 28.47 25.45 -
YUV 146.44 119.29 139.81 -
System Red Green Blue C M Y K H S L
Decimal 163 141 131 0 0.13 0.20 0.36 18.75 0.15 0.58
Hex A3 8D 83 0 D 14 24 13 F 3A
Octal 243 215 203 0 15 24 44 23 17 72
Binary 10100011 10001101 10000011 0 1101 10100 100100 10011 1111 111010

Color Harmonies of #A38D83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A38D83

Black with #A38D83

Text Example


Text Example

White with #A38D83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A38D83; }

 p { color: rgb(163,141,131); }

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

background-color css

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

 a { background-color: rgb(163,141,131); }

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

border-color css

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

 span { border-color: rgb(163,141,131); }

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