Html Css Color HEX #A0060A Sangria

📋 copy color: '#A0060A'

red 160 ◦ green 6 ◦ blue 10

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

Shades of Sangria #A0060A

Tints of Sangria #A0060A

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.41%

 BLUE value IS 10 (4.3% from 255) = 5.68%

R = 90.91%
G = 3.41%
B = 5.68%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.94

 K value IS 0.37

RGB Variations

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

Color information

#A0060A (or 0xA0060A) is known color: Sangria. HEX triplet: A0, 06 and 0A. RGB value is (160,6,10). Sum of RGB (Red+Green+Blue) = 160+6+10=176 (23% of max value = 765). Red value is 160 (62.89% from 255 or 90.91% from 176); Green value is 6 (2.73% from 255 or 3.41% from 176); Blue value is 10 (4.30% from 255 or 5.68% from 176); Max value from RGB is 160 - color contains mainly: red. Hex color #A0060A is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A0060A is #5FF9F5. Grayscale: #343434. Windows color (decimal): -6289910 or 657056. OLE color: 657056.

HSL color Cylindrical-coordinate representation of color #A0060A: hue angle of 358.44º degrees, saturation: 0.93, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A0060A is Cyan = 0, Magento = 0.96, Yellow = 0.94 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 6 10 -
CMYK 0 0.96 0.94 0.37
HSL 358.44º 0.93% 0.33% -
HSV(B) 358.44º 0.96% 0.63% -
XYZ 14.62 7.63 0.99 -
YUV 52.5 104.02 204.67 -
System Red Green Blue C M Y K H S L
Decimal 160 6 10 0 0.96 0.94 0.37 358.44 0.93 0.33
Hex A0 6 A 0 60 5E 25 166 5D 21
Octal 240 6 12 0 140 136 45 546 135 41
Binary 10100000 110 1010 0 1100000 1011110 100101 101100110 1011101 100001

Color Harmonies of #A0060A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0060A

Black with #A0060A

Text Example


Text Example

White with #A0060A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0060A; }

 p { color: rgb(160,6,10); }

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

background-color css

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

 a { background-color: rgb(160,6,10); }

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

border-color css

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

 span { border-color: rgb(160,6,10); }

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