Html Css Color HEX #A08983 Suva Grey

📋 copy color: '#A08983'

red 160 ◦ green 137 ◦ blue 131

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

Shades of Suva Grey #A08983

Tints of Suva Grey #A08983

RGB

 RED value IS 160 (62.89% from 255) = 37.38%

 GREEN value IS 137 (53.91% from 255) = 32.01%

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

R = 37.38%
G = 32.01%
B = 30.61%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.18

 K value IS 0.37

RGB Variations

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

Color information

#A08983 (or 0xA08983) is known color: Suva Grey. HEX triplet: A0, 89 and 83. RGB value is (160,137,131). Sum of RGB (Red+Green+Blue) = 160+137+131=428 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.38% from 428); Green value is 137 (53.91% from 255 or 32.01% from 428); Blue value is 131 (51.56% from 255 or 30.61% from 428); Max value from RGB is 160 - color contains mainly: red. Hex color #A08983 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A08983 is #5F767C. Grayscale: #8F8F8F. Windows color (decimal): -6256253 or 8620448. OLE color: 8620448.

HSL color Cylindrical-coordinate representation of color #A08983: hue angle of 12.41º degrees, saturation: 0.13, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A08983 is Cyan = 0, Magento = 0.14, Yellow = 0.18 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 137 131 -
CMYK 0 0.14 0.18 0.37
HSL 12.41º 0.13% 0.57% -
HSV(B) 12.41º 0.18% 0.63% -
XYZ 27.54 27 25.23 -
YUV 143.19 121.12 139.99 -
System Red Green Blue C M Y K H S L
Decimal 160 137 131 0 0.14 0.18 0.37 12.41 0.13 0.57
Hex A0 89 83 0 E 12 25 C D 39
Octal 240 211 203 0 16 22 45 14 15 71
Binary 10100000 10001001 10000011 0 1110 10010 100101 1100 1101 111001

Color Harmonies of #A08983

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A08983

Black with #A08983

Text Example


Text Example

White with #A08983

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A08983; }

 p { color: rgb(160,137,131); }

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

background-color css

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

 a { background-color: rgb(160,137,131); }

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

border-color css

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

 span { border-color: rgb(160,137,131); }

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