Html Css Color HEX #A97975 Coral Tree

📋 copy color: '#A97975'

red 169 ◦ green 121 ◦ blue 117

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

Shades of Coral Tree #A97975

Tints of Coral Tree #A97975

RGB

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

 GREEN value IS 121 (47.66% from 255) = 29.73%

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

R = 41.52%
G = 29.73%
B = 28.75%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.31

 K value IS 0.34

RGB Variations

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

Color information

#A97975 (or 0xA97975) is known color: Coral Tree. HEX triplet: A9, 79 and 75. RGB value is (169,121,117). Sum of RGB (Red+Green+Blue) = 169+121+117=407 (53% of max value = 765). Red value is 169 (66.41% from 255 or 41.52% from 407); Green value is 121 (47.66% from 255 or 29.73% from 407); Blue value is 117 (46.09% from 255 or 28.75% from 407); Max value from RGB is 169 - color contains mainly: red. Hex color #A97975 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A97975 is #56868A. Grayscale: #868686. Windows color (decimal): -5670539 or 7698857. OLE color: 7698857.

HSL color Cylindrical-coordinate representation of color #A97975: hue angle of 4.62º 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 #A97975 is Cyan = 0, Magento = 0.28, Yellow = 0.31 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 121 117 -
CMYK 0 0.28 0.31 0.34
HSL 4.62º 0.23% 0.56% -
HSV(B) 4.62º 0.31% 0.66% -
XYZ 26.41 23.39 19.95 -
YUV 134.9 117.9 152.33 -
System Red Green Blue C M Y K H S L
Decimal 169 121 117 0 0.28 0.31 0.34 4.62 0.23 0.56
Hex A9 79 75 0 1C 1F 22 5 17 38
Octal 251 171 165 0 34 37 42 5 27 70
Binary 10101001 1111001 1110101 0 11100 11111 100010 101 10111 111000

Color Harmonies of #A97975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A97975

Black with #A97975

Text Example


Text Example

White with #A97975

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A97975; }

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

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

background-color css

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

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

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

border-color css

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

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

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