Html Css Color HEX #A9645F Coral Tree

📋 copy color: '#A9645F'

red 169 ◦ green 100 ◦ blue 95

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

Shades of Coral Tree #A9645F

Tints of Coral Tree #A9645F

RGB

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

 GREEN value IS 100 (39.45% from 255) = 27.47%

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

R = 46.43%
G = 27.47%
B = 26.1%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.44

 K value IS 0.34

RGB Variations

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

Color information

#A9645F (or 0xA9645F) is known color: Coral Tree. HEX triplet: A9, 64 and 5F. RGB value is (169,100,95). Sum of RGB (Red+Green+Blue) = 169+100+95=364 (48% of max value = 765). Red value is 169 (66.41% from 255 or 46.43% from 364); Green value is 100 (39.45% from 255 or 27.47% from 364); Blue value is 95 (37.5% from 255 or 26.10% from 364); Max value from RGB is 169 - color contains mainly: red. Hex color #A9645F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A9645F is #569BA0. Grayscale: #787878. Windows color (decimal): -5675937 or 6251689. OLE color: 6251689.

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

Color convert

RGB 169 100 95 -
CMYK 0 0.41 0.44 0.34
HSL 4.05º 0.3% 0.52% -
HSV(B) 4.05º 0.44% 0.66% -
XYZ 22.98 18.38 13.16 -
YUV 120.06 113.86 162.91 -
System Red Green Blue C M Y K H S L
Decimal 169 100 95 0 0.41 0.44 0.34 4.05 0.3 0.52
Hex A9 64 5F 0 29 2C 22 4 1E 34
Octal 251 144 137 0 51 54 42 4 36 64
Binary 10101001 1100100 1011111 0 101001 101100 100010 100 11110 110100

Color Harmonies of #A9645F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9645F

Black with #A9645F

Text Example


Text Example

White with #A9645F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9645F; }

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

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

background-color css

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

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

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

border-color css

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

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

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