Html Css Color HEX #A47874 Coral Tree

📋 copy color: '#A47874'

red 164 ◦ green 120 ◦ blue 116

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

Shades of Coral Tree #A47874

Tints of Coral Tree #A47874

RGB

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

 GREEN value IS 120 (47.27% from 255) = 30%

 BLUE value IS 116 (45.7% from 255) = 29%

R = 41%
G = 30%
B = 29%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.29

 K value IS 0.36

RGB Variations

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

Color information

#A47874 (or 0xA47874) is known color: Coral Tree. HEX triplet: A4, 78 and 74. RGB value is (164,120,116). Sum of RGB (Red+Green+Blue) = 164+120+116=400 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41% from 400); Green value is 120 (47.27% from 255 or 30% from 400); Blue value is 116 (45.70% from 255 or 29% from 400); Max value from RGB is 164 - color contains mainly: red. Hex color #A47874 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A47874 is #5B878B. Grayscale: #848484. Windows color (decimal): -5998476 or 7633060. OLE color: 7633060.

HSL color Cylindrical-coordinate representation of color #A47874: hue angle of 5º degrees, saturation: 0.21, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A47874 is Cyan = 0, Magento = 0.27, Yellow = 0.29 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 120 116 -
CMYK 0 0.27 0.29 0.36
HSL 0.21% 0.55% -
HSV(B) 0.29% 0.64% -
XYZ 25.18 22.59 19.56 -
YUV 132.7 118.58 150.33 -
System Red Green Blue C M Y K H S L
Decimal 164 120 116 0 0.27 0.29 0.36 5 0.21 0.55
Hex A4 78 74 0 1B 1D 24 5 15 37
Octal 244 170 164 0 33 35 44 5 25 67
Binary 10100100 1111000 1110100 0 11011 11101 100100 101 10101 110111

Color Harmonies of #A47874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A47874

Black with #A47874

Text Example


Text Example

White with #A47874

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A47874; }

 p { color: rgb(164,120,116); }

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

background-color css

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

 a { background-color: rgb(164,120,116); }

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

border-color css

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

 span { border-color: rgb(164,120,116); }

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