Html Css Color HEX #A5746A Coral Tree

📋 copy color: '#A5746A'

red 165 ◦ green 116 ◦ blue 106

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

Shades of Coral Tree #A5746A

Tints of Coral Tree #A5746A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 27.39%

R = 42.64%
G = 29.97%
B = 27.39%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.36

 K value IS 0.35

RGB Variations

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

Color information

#A5746A (or 0xA5746A) is known color: Coral Tree. HEX triplet: A5, 74 and 6A. RGB value is (165,116,106). Sum of RGB (Red+Green+Blue) = 165+116+106=387 (51% of max value = 765). Red value is 165 (64.84% from 255 or 42.64% from 387); Green value is 116 (45.70% from 255 or 29.97% from 387); Blue value is 106 (41.80% from 255 or 27.39% from 387); Max value from RGB is 165 - color contains mainly: red. Hex color #A5746A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A5746A is #5A8B95. Grayscale: #818181. Windows color (decimal): -5933974 or 6976677. OLE color: 6976677.

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

Color convert

RGB 165 116 106 -
CMYK 0 0.30 0.36 0.35
HSL 10.17º 0.25% 0.53% -
HSV(B) 10.17º 0.36% 0.65% -
XYZ 24.36 21.53 16.51 -
YUV 129.51 114.73 153.31 -
System Red Green Blue C M Y K H S L
Decimal 165 116 106 0 0.30 0.36 0.35 10.17 0.25 0.53
Hex A5 74 6A 0 1E 24 23 A 19 35
Octal 245 164 152 0 36 44 43 12 31 65
Binary 10100101 1110100 1101010 0 11110 100100 100011 1010 11001 110101

Color Harmonies of #A5746A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5746A

Black with #A5746A

Text Example


Text Example

White with #A5746A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5746A; }

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

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

background-color css

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

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

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

border-color css

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

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

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