Html Css Color HEX #A67974 Coral Tree

📋 copy color: '#A67974'

red 166 ◦ green 121 ◦ blue 116

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

Shades of Coral Tree #A67974

Tints of Coral Tree #A67974

RGB

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

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

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

R = 41.19%
G = 30.02%
B = 28.78%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.30

 K value IS 0.35

RGB Variations

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

Color information

#A67974 (or 0xA67974) is known color: Coral Tree. HEX triplet: A6, 79 and 74. RGB value is (166,121,116). Sum of RGB (Red+Green+Blue) = 166+121+116=403 (53% of max value = 765). Red value is 166 (65.23% from 255 or 41.19% from 403); Green value is 121 (47.66% from 255 or 30.02% from 403); Blue value is 116 (45.70% from 255 or 28.78% from 403); Max value from RGB is 166 - color contains mainly: red. Hex color #A67974 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A67974 is #59868B. Grayscale: #858585. Windows color (decimal): -5867148 or 7633318. OLE color: 7633318.

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

Color convert

RGB 166 121 116 -
CMYK 0 0.27 0.30 0.35
HSL 0.22% 0.55% -
HSV(B) 0.3% 0.65% -
XYZ 25.72 23.04 19.62 -
YUV 133.89 117.91 150.91 -
System Red Green Blue C M Y K H S L
Decimal 166 121 116 0 0.27 0.30 0.35 6 0.22 0.55
Hex A6 79 74 0 1B 1E 23 6 16 37
Octal 246 171 164 0 33 36 43 6 26 67
Binary 10100110 1111001 1110100 0 11011 11110 100011 110 10110 110111

Color Harmonies of #A67974

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A67974

Black with #A67974

Text Example


Text Example

White with #A67974

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A67974; }

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

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

background-color css

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

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

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

border-color css

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

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

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