Html Css Color HEX #A57268 Coral Tree

📋 copy color: '#A57268'

red 165 ◦ green 114 ◦ blue 104

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

Shades of Coral Tree #A57268

Tints of Coral Tree #A57268

RGB

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

 GREEN value IS 114 (44.92% from 255) = 29.77%

 BLUE value IS 104 (41.02% from 255) = 27.15%

R = 43.08%
G = 29.77%
B = 27.15%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.37

 K value IS 0.35

RGB Variations

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

Color information

#A57268 (or 0xA57268) is known color: Coral Tree. HEX triplet: A5, 72 and 68. RGB value is (165,114,104). Sum of RGB (Red+Green+Blue) = 165+114+104=383 (50% of max value = 765). Red value is 165 (64.84% from 255 or 43.08% from 383); Green value is 114 (44.92% from 255 or 29.77% from 383); Blue value is 104 (41.02% from 255 or 27.15% from 383); Max value from RGB is 165 - color contains mainly: red. Hex color #A57268 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A57268 is #5A8D97. Grayscale: #808080. Windows color (decimal): -5934488 or 6845093. OLE color: 6845093.

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

Color convert

RGB 165 114 104 -
CMYK 0 0.31 0.37 0.35
HSL 9.84º 0.25% 0.53% -
HSV(B) 9.84º 0.37% 0.65% -
XYZ 24.03 21.03 15.89 -
YUV 128.11 114.4 154.31 -
System Red Green Blue C M Y K H S L
Decimal 165 114 104 0 0.31 0.37 0.35 9.84 0.25 0.53
Hex A5 72 68 0 1F 25 23 A 19 35
Octal 245 162 150 0 37 45 43 12 31 65
Binary 10100101 1110010 1101000 0 11111 100101 100011 1010 11001 110101

Color Harmonies of #A57268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A57268

Black with #A57268

Text Example


Text Example

White with #A57268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A57268; }

 p { color: rgb(165,114,104); }

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

background-color css

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

 a { background-color: rgb(165,114,104); }

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

border-color css

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

 span { border-color: rgb(165,114,104); }

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