Html Css Color HEX #A5746F Coral Tree

📋 copy color: '#A5746F'

red 165 ◦ green 116 ◦ blue 111

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

Shades of Coral Tree #A5746F

Tints of Coral Tree #A5746F

RGB

 RED value IS 165 (64.84% from 255) = 42.09%

 GREEN value IS 116 (45.7% from 255) = 29.59%

 BLUE value IS 111 (43.75% from 255) = 28.32%

R = 42.09%
G = 29.59%
B = 28.32%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.33

 K value IS 0.35

RGB Variations

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

Color information

#A5746F (or 0xA5746F) is known color: Coral Tree. HEX triplet: A5, 74 and 6F. RGB value is (165,116,111). Sum of RGB (Red+Green+Blue) = 165+116+111=392 (51% of max value = 765). Red value is 165 (64.84% from 255 or 42.09% from 392); Green value is 116 (45.70% from 255 or 29.59% from 392); Blue value is 111 (43.75% from 255 or 28.32% from 392); Max value from RGB is 165 - color contains mainly: red. Hex color #A5746F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A5746F is #5A8B90. Grayscale: #828282. Windows color (decimal): -5933969 or 7304357. OLE color: 7304357.

HSL color Cylindrical-coordinate representation of color #A5746F: hue angle of 5.56º degrees, saturation: 0.23, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A5746F is Cyan = 0, Magento = 0.30, Yellow = 0.33 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 116 111 -
CMYK 0 0.30 0.33 0.35
HSL 5.56º 0.23% 0.54% -
HSV(B) 5.56º 0.33% 0.65% -
XYZ 24.63 21.64 17.92 -
YUV 130.08 117.23 152.91 -
System Red Green Blue C M Y K H S L
Decimal 165 116 111 0 0.30 0.33 0.35 5.56 0.23 0.54
Hex A5 74 6F 0 1E 21 23 6 17 36
Octal 245 164 157 0 36 41 43 6 27 66
Binary 10100101 1110100 1101111 0 11110 100001 100011 110 10111 110110

Color Harmonies of #A5746F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5746F

Black with #A5746F

Text Example


Text Example

White with #A5746F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5746F; }

 p { color: rgb(165,116,111); }

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

background-color css

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

 a { background-color: rgb(165,116,111); }

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

border-color css

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

 span { border-color: rgb(165,116,111); }

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