Html Css Color HEX #A67970 Coral Tree

📋 copy color: '#A67970'

red 166 ◦ green 121 ◦ blue 112

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

Shades of Coral Tree #A67970

Tints of Coral Tree #A67970

RGB

 RED value IS 166 (65.23% from 255) = 41.6%

 GREEN value IS 121 (47.66% from 255) = 30.33%

 BLUE value IS 112 (44.14% from 255) = 28.07%

R = 41.6%
G = 30.33%
B = 28.07%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.33

 K value IS 0.35

RGB Variations

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

Color information

#A67970 (or 0xA67970) is known color: Coral Tree. HEX triplet: A6, 79 and 70. RGB value is (166,121,112). Sum of RGB (Red+Green+Blue) = 166+121+112=399 (52% of max value = 765). Red value is 166 (65.23% from 255 or 41.60% from 399); Green value is 121 (47.66% from 255 or 30.33% from 399); Blue value is 112 (44.14% from 255 or 28.07% from 399); Max value from RGB is 166 - color contains mainly: red. Hex color #A67970 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A67970 is #59868F. Grayscale: #858585. Windows color (decimal): -5867152 or 7371174. OLE color: 7371174.

HSL color Cylindrical-coordinate representation of color #A67970: hue angle of 10º degrees, saturation: 0.23, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A67970 is Cyan = 0, Magento = 0.27, Yellow = 0.33 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 121 112 -
CMYK 0 0.27 0.33 0.35
HSL 10º 0.23% 0.55% -
HSV(B) 10º 0.33% 0.65% -
XYZ 25.49 22.95 18.42 -
YUV 133.43 115.91 151.23 -
System Red Green Blue C M Y K H S L
Decimal 166 121 112 0 0.27 0.33 0.35 10 0.23 0.55
Hex A6 79 70 0 1B 21 23 A 17 37
Octal 246 171 160 0 33 41 43 12 27 67
Binary 10100110 1111001 1110000 0 11011 100001 100011 1010 10111 110111

Color Harmonies of #A67970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A67970

Black with #A67970

Text Example


Text Example

White with #A67970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A67970; }

 p { color: rgb(166,121,112); }

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

background-color css

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

 a { background-color: rgb(166,121,112); }

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

border-color css

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

 span { border-color: rgb(166,121,112); }

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