Html Css Color HEX #A9605F Coral Tree

📋 copy color: '#A9605F'

red 169 ◦ green 96 ◦ blue 95

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

Shades of Coral Tree #A9605F

Tints of Coral Tree #A9605F

RGB

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

 GREEN value IS 96 (37.89% from 255) = 26.67%

 BLUE value IS 95 (37.5% from 255) = 26.39%

R = 46.94%
G = 26.67%
B = 26.39%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.44

 K value IS 0.34

RGB Variations

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

Color information

#A9605F (or 0xA9605F) is known color: Coral Tree. HEX triplet: A9, 60 and 5F. RGB value is (169,96,95). Sum of RGB (Red+Green+Blue) = 169+96+95=360 (47% of max value = 765). Red value is 169 (66.41% from 255 or 46.94% from 360); Green value is 96 (37.89% from 255 or 26.67% from 360); Blue value is 95 (37.5% from 255 or 26.39% from 360); Max value from RGB is 169 - color contains mainly: red. Hex color #A9605F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A9605F is #569FA0. Grayscale: #757575. Windows color (decimal): -5676961 or 6250665. OLE color: 6250665.

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

Color convert

RGB 169 96 95 -
CMYK 0 0.43 0.44 0.34
HSL 0.81º 0.3% 0.52% -
HSV(B) 0.81º 0.44% 0.66% -
XYZ 22.61 17.63 13.04 -
YUV 117.71 115.18 164.58 -
System Red Green Blue C M Y K H S L
Decimal 169 96 95 0 0.43 0.44 0.34 0.81 0.3 0.52
Hex A9 60 5F 0 2B 2C 22 1 1E 34
Octal 251 140 137 0 53 54 42 1 36 64
Binary 10101001 1100000 1011111 0 101011 101100 100010 1 11110 110100

Color Harmonies of #A9605F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9605F

Black with #A9605F

Text Example


Text Example

White with #A9605F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9605F; }

 p { color: rgb(169,96,95); }

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

background-color css

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

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

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

border-color css

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

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

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