Html Css Color HEX #A67A75 Coral Tree

📋 copy color: '#A67A75'

red 166 ◦ green 122 ◦ blue 117

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

Shades of Coral Tree #A67A75

Tints of Coral Tree #A67A75

RGB

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

 GREEN value IS 122 (48.05% from 255) = 30.12%

 BLUE value IS 117 (46.09% from 255) = 28.89%

R = 40.99%
G = 30.12%
B = 28.89%

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

#A67A75 (or 0xA67A75) is known color: Coral Tree. HEX triplet: A6, 7A and 75. RGB value is (166,122,117). Sum of RGB (Red+Green+Blue) = 166+122+117=405 (53% of max value = 765). Red value is 166 (65.23% from 255 or 40.99% from 405); Green value is 122 (48.05% from 255 or 30.12% from 405); Blue value is 117 (46.09% from 255 or 28.89% from 405); Max value from RGB is 166 - color contains mainly: red. Hex color #A67A75 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A67A75 is #59858A. Grayscale: #868686. Windows color (decimal): -5866891 or 7699110. OLE color: 7699110.

HSL color Cylindrical-coordinate representation of color #A67A75: hue angle of 6.12º 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 #A67A75 is Cyan = 0, Magento = 0.27, Yellow = 0.30 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 122 117 -
CMYK 0 0.27 0.30 0.35
HSL 6.12º 0.22% 0.55% -
HSV(B) 6.12º 0.3% 0.65% -
XYZ 25.9 23.31 19.96 -
YUV 134.59 118.08 150.41 -
System Red Green Blue C M Y K H S L
Decimal 166 122 117 0 0.27 0.30 0.35 6.12 0.22 0.55
Hex A6 7A 75 0 1B 1E 23 6 16 37
Octal 246 172 165 0 33 36 43 6 26 67
Binary 10100110 1111010 1110101 0 11011 11110 100011 110 10110 110111

Color Harmonies of #A67A75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A67A75

Black with #A67A75

Text Example


Text Example

White with #A67A75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A67A75; }

 p { color: rgb(166,122,117); }

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

background-color css

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

 a { background-color: rgb(166,122,117); }

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

border-color css

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

 span { border-color: rgb(166,122,117); }

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