Html Css Color HEX #A97575 Coral Tree

📋 copy color: '#A97575'

red 169 ◦ green 117 ◦ blue 117

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

Shades of Coral Tree #A97575

Tints of Coral Tree #A97575

RGB

 RED value IS 169 (66.41% from 255) = 41.94%

 GREEN value IS 117 (46.09% from 255) = 29.03%

 BLUE value IS 117 (46.09% from 255) = 29.03%

R = 41.94%
G = 29.03%
B = 29.03%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.31

 K value IS 0.34

RGB Variations

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

Color information

#A97575 (or 0xA97575) is known color: Coral Tree. HEX triplet: A9, 75 and 75. RGB value is (169,117,117). Sum of RGB (Red+Green+Blue) = 169+117+117=403 (53% of max value = 765). Red value is 169 (66.41% from 255 or 41.94% from 403); Green value is 117 (46.09% from 255 or 29.03% from 403); Blue value is 117 (46.09% from 255 or 29.03% from 403); Max value from RGB is 169 - color contains mainly: red. Hex color #A97575 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A97575 is #568A8A. Grayscale: #848484. Windows color (decimal): -5671563 or 7697833. OLE color: 7697833.

HSL color Cylindrical-coordinate representation of color #A97575: hue angle of 0º degrees, saturation: 0.23, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A97575 is Cyan = 0, Magento = 0.31, Yellow = 0.31 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 117 117 -
CMYK 0 0.31 0.31 0.34
HSL 0.23% 0.56% -
HSV(B) 0.31% 0.66% -
XYZ 25.93 22.44 19.79 -
YUV 132.55 119.23 154 -
System Red Green Blue C M Y K H S L
Decimal 169 117 117 0 0.31 0.31 0.34 0 0.23 0.56
Hex A9 75 75 0 1F 1F 22 0 17 38
Octal 251 165 165 0 37 37 42 0 27 70
Binary 10101001 1110101 1110101 0 11111 11111 100010 0 10111 111000

Color Harmonies of #A97575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A97575

Black with #A97575

Text Example


Text Example

White with #A97575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A97575; }

 p { color: rgb(169,117,117); }

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

background-color css

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

 a { background-color: rgb(169,117,117); }

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

border-color css

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

 span { border-color: rgb(169,117,117); }

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