Html Css Color HEX #A47268 Coral Tree

📋 copy color: '#A47268'

red 164 ◦ green 114 ◦ blue 104

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

Shades of Coral Tree #A47268

Tints of Coral Tree #A47268

RGB

 RED value IS 164 (64.45% from 255) = 42.93%

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

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

R = 42.93%
G = 29.84%
B = 27.23%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.37

 K value IS 0.36

RGB Variations

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

Color information

#A47268 (or 0xA47268) is known color: Coral Tree. HEX triplet: A4, 72 and 68. RGB value is (164,114,104). Sum of RGB (Red+Green+Blue) = 164+114+104=382 (50% of max value = 765). Red value is 164 (64.45% from 255 or 42.93% from 382); Green value is 114 (44.92% from 255 or 29.84% from 382); Blue value is 104 (41.02% from 255 or 27.23% from 382); Max value from RGB is 164 - color contains mainly: red. Hex color #A47268 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A47268 is #5B8D97. Grayscale: #7F7F7F. Windows color (decimal): -6000024 or 6845092. OLE color: 6845092.

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

Color convert

RGB 164 114 104 -
CMYK 0 0.30 0.37 0.36
HSL 10º 0.25% 0.53% -
HSV(B) 10º 0.37% 0.64% -
XYZ 23.83 20.93 15.88 -
YUV 127.81 114.57 153.81 -
System Red Green Blue C M Y K H S L
Decimal 164 114 104 0 0.30 0.37 0.36 10 0.25 0.53
Hex A4 72 68 0 1E 25 24 A 19 35
Octal 244 162 150 0 36 45 44 12 31 65
Binary 10100100 1110010 1101000 0 11110 100101 100100 1010 11001 110101

Color Harmonies of #A47268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A47268

Black with #A47268

Text Example


Text Example

White with #A47268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A47268; }

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

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

background-color css

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

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

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

border-color css

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

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

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