Html Css Color HEX #A1988D Zorba

📋 copy color: '#A1988D'

red 161 ◦ green 152 ◦ blue 141

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

Shades of Zorba #A1988D

Tints of Zorba #A1988D

RGB

 RED value IS 161 (63.28% from 255) = 35.46%

 GREEN value IS 152 (59.77% from 255) = 33.48%

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

R = 35.46%
G = 33.48%
B = 31.06%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.12

 K value IS 0.37

RGB Variations

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

Color information

#A1988D (or 0xA1988D) is known color: Zorba. HEX triplet: A1, 98 and 8D. RGB value is (161,152,141). Sum of RGB (Red+Green+Blue) = 161+152+141=454 (60% of max value = 765). Red value is 161 (63.28% from 255 or 35.46% from 454); Green value is 152 (59.77% from 255 or 33.48% from 454); Blue value is 141 (55.47% from 255 or 31.06% from 454); Max value from RGB is 161 - color contains mainly: red. Hex color #A1988D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A1988D is #5E6772. Grayscale: #999999. Windows color (decimal): -6186867 or 9279649. OLE color: 9279649.

HSL color Cylindrical-coordinate representation of color #A1988D: hue angle of 33º degrees, saturation: 0.1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #A1988D is Cyan = 0, Magento = 0.06, Yellow = 0.12 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 152 141 -
CMYK 0 0.06 0.12 0.37
HSL 33º 0.1% 0.59% -
HSV(B) 33º 0.12% 0.63% -
XYZ 30.73 31.96 29.75 -
YUV 153.44 120.98 133.39 -
System Red Green Blue C M Y K H S L
Decimal 161 152 141 0 0.06 0.12 0.37 33 0.1 0.59
Hex A1 98 8D 0 6 C 25 21 A 3B
Octal 241 230 215 0 6 14 45 41 12 73
Binary 10100001 10011000 10001101 0 110 1100 100101 100001 1010 111011

Color Harmonies of #A1988D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1988D

Black with #A1988D

Text Example


Text Example

White with #A1988D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1988D; }

 p { color: rgb(161,152,141); }

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

background-color css

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

 a { background-color: rgb(161,152,141); }

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

border-color css

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

 span { border-color: rgb(161,152,141); }

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