Html Css Color HEX #A06F69 Coral Tree

📋 copy color: '#A06F69'

red 160 ◦ green 111 ◦ blue 105

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

Shades of Coral Tree #A06F69

Tints of Coral Tree #A06F69

RGB

 RED value IS 160 (62.89% from 255) = 42.55%

 GREEN value IS 111 (43.75% from 255) = 29.52%

 BLUE value IS 105 (41.41% from 255) = 27.93%

R = 42.55%
G = 29.52%
B = 27.93%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.34

 K value IS 0.37

RGB Variations

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

Color information

#A06F69 (or 0xA06F69) is known color: Coral Tree. HEX triplet: A0, 6F and 69. RGB value is (160,111,105). Sum of RGB (Red+Green+Blue) = 160+111+105=376 (49% of max value = 765). Red value is 160 (62.89% from 255 or 42.55% from 376); Green value is 111 (43.75% from 255 or 29.52% from 376); Blue value is 105 (41.41% from 255 or 27.93% from 376); Max value from RGB is 160 - color contains mainly: red. Hex color #A06F69 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A06F69 is #5F9096. Grayscale: #7D7D7D. Windows color (decimal): -6262935 or 6909856. OLE color: 6909856.

HSL color Cylindrical-coordinate representation of color #A06F69: hue angle of 6.55º degrees, saturation: 0.22, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A06F69 is Cyan = 0, Magento = 0.31, Yellow = 0.34 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 111 105 -
CMYK 0 0.31 0.34 0.37
HSL 6.55º 0.22% 0.52% -
HSV(B) 6.55º 0.34% 0.63% -
XYZ 22.73 19.86 16 -
YUV 124.97 116.73 152.99 -
System Red Green Blue C M Y K H S L
Decimal 160 111 105 0 0.31 0.34 0.37 6.55 0.22 0.52
Hex A0 6F 69 0 1F 22 25 7 16 34
Octal 240 157 151 0 37 42 45 7 26 64
Binary 10100000 1101111 1101001 0 11111 100010 100101 111 10110 110100

Color Harmonies of #A06F69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A06F69

Black with #A06F69

Text Example


Text Example

White with #A06F69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A06F69; }

 p { color: rgb(160,111,105); }

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

background-color css

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

 a { background-color: rgb(160,111,105); }

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

border-color css

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

 span { border-color: rgb(160,111,105); }

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