Html Css Color HEX #A37268 Coral Tree

📋 copy color: '#A37268'

red 163 ◦ green 114 ◦ blue 104

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

Shades of Coral Tree #A37268

Tints of Coral Tree #A37268

RGB

 RED value IS 163 (64.06% from 255) = 42.78%

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

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

R = 42.78%
G = 29.92%
B = 27.3%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.36

 K value IS 0.36

RGB Variations

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

Color information

#A37268 (or 0xA37268) is known color: Coral Tree. HEX triplet: A3, 72 and 68. RGB value is (163,114,104). Sum of RGB (Red+Green+Blue) = 163+114+104=381 (50% of max value = 765). Red value is 163 (64.06% from 255 or 42.78% from 381); Green value is 114 (44.92% from 255 or 29.92% from 381); Blue value is 104 (41.02% from 255 or 27.30% from 381); Max value from RGB is 163 - color contains mainly: red. Hex color #A37268 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A37268 is #5C8D97. Grayscale: #7F7F7F. Windows color (decimal): -6065560 or 6845091. OLE color: 6845091.

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

Color convert

RGB 163 114 104 -
CMYK 0 0.30 0.36 0.36
HSL 10.17º 0.24% 0.52% -
HSV(B) 10.17º 0.36% 0.64% -
XYZ 23.62 20.82 15.87 -
YUV 127.51 114.73 153.31 -
System Red Green Blue C M Y K H S L
Decimal 163 114 104 0 0.30 0.36 0.36 10.17 0.24 0.52
Hex A3 72 68 0 1E 24 24 A 18 34
Octal 243 162 150 0 36 44 44 12 30 64
Binary 10100011 1110010 1101000 0 11110 100100 100100 1010 11000 110100

Color Harmonies of #A37268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A37268

Black with #A37268

Text Example


Text Example

White with #A37268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A37268; }

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

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

background-color css

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

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

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

border-color css

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

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

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