Html Css Color HEX #A96765 Coral Tree

📋 copy color: '#A96765'

red 169 ◦ green 103 ◦ blue 101

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

Shades of Coral Tree #A96765

Tints of Coral Tree #A96765

RGB

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

 GREEN value IS 103 (40.63% from 255) = 27.61%

 BLUE value IS 101 (39.84% from 255) = 27.08%

R = 45.31%
G = 27.61%
B = 27.08%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.40

 K value IS 0.34

RGB Variations

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

Color information

#A96765 (or 0xA96765) is known color: Coral Tree. HEX triplet: A9, 67 and 65. RGB value is (169,103,101). Sum of RGB (Red+Green+Blue) = 169+103+101=373 (49% of max value = 765). Red value is 169 (66.41% from 255 or 45.31% from 373); Green value is 103 (40.62% from 255 or 27.61% from 373); Blue value is 101 (39.84% from 255 or 27.08% from 373); Max value from RGB is 169 - color contains mainly: red. Hex color #A96765 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A96765 is #56989A. Grayscale: #7A7A7A. Windows color (decimal): -5675163 or 6645673. OLE color: 6645673.

HSL color Cylindrical-coordinate representation of color #A96765: hue angle of 1.76º degrees, saturation: 0.28, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A96765 is Cyan = 0, Magento = 0.39, Yellow = 0.40 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 103 101 -
CMYK 0 0.39 0.40 0.34
HSL 1.76º 0.28% 0.53% -
HSV(B) 1.76º 0.4% 0.66% -
XYZ 23.56 19.08 14.75 -
YUV 122.51 115.87 161.16 -
System Red Green Blue C M Y K H S L
Decimal 169 103 101 0 0.39 0.40 0.34 1.76 0.28 0.53
Hex A9 67 65 0 27 28 22 2 1C 35
Octal 251 147 145 0 47 50 42 2 34 65
Binary 10101001 1100111 1100101 0 100111 101000 100010 10 11100 110101

Color Harmonies of #A96765

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A96765

Black with #A96765

Text Example


Text Example

White with #A96765

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A96765; }

 p { color: rgb(169,103,101); }

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

background-color css

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

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

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

border-color css

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

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

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