Html Css Color HEX #A77268 Coral Tree

📋 copy color: '#A77268'

red 167 ◦ green 114 ◦ blue 104

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

Shades of Coral Tree #A77268

Tints of Coral Tree #A77268

RGB

 RED value IS 167 (65.63% from 255) = 43.38%

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

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

R = 43.38%
G = 29.61%
B = 27.01%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.38

 K value IS 0.35

RGB Variations

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

Color information

#A77268 (or 0xA77268) is known color: Coral Tree. HEX triplet: A7, 72 and 68. RGB value is (167,114,104). Sum of RGB (Red+Green+Blue) = 167+114+104=385 (50% of max value = 765). Red value is 167 (65.62% from 255 or 43.38% from 385); Green value is 114 (44.92% from 255 or 29.61% from 385); Blue value is 104 (41.02% from 255 or 27.01% from 385); Max value from RGB is 167 - color contains mainly: red. Hex color #A77268 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A77268 is #588D97. Grayscale: #808080. Windows color (decimal): -5803416 or 6845095. OLE color: 6845095.

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

Color convert

RGB 167 114 104 -
CMYK 0 0.32 0.38 0.35
HSL 9.52º 0.26% 0.53% -
HSV(B) 9.52º 0.38% 0.65% -
XYZ 24.45 21.25 15.91 -
YUV 128.71 114.06 155.31 -
System Red Green Blue C M Y K H S L
Decimal 167 114 104 0 0.32 0.38 0.35 9.52 0.26 0.53
Hex A7 72 68 0 20 26 23 A 1A 35
Octal 247 162 150 0 40 46 43 12 32 65
Binary 10100111 1110010 1101000 0 100000 100110 100011 1010 11010 110101

Color Harmonies of #A77268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A77268

Black with #A77268

Text Example


Text Example

White with #A77268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A77268; }

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

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

background-color css

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

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

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

border-color css

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

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

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