Html Css Color HEX #A06F68 Coral Tree

📋 copy color: '#A06F68'

red 160 ◦ green 111 ◦ blue 104

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

Shades of Coral Tree #A06F68

Tints of Coral Tree #A06F68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 27.73%

R = 42.67%
G = 29.6%
B = 27.73%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.35

 K value IS 0.37

RGB Variations

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

Color information

#A06F68 (or 0xA06F68) is known color: Coral Tree. HEX triplet: A0, 6F and 68. RGB value is (160,111,104). Sum of RGB (Red+Green+Blue) = 160+111+104=375 (49% of max value = 765). Red value is 160 (62.89% from 255 or 42.67% from 375); Green value is 111 (43.75% from 255 or 29.6% from 375); Blue value is 104 (41.02% from 255 or 27.73% from 375); Max value from RGB is 160 - color contains mainly: red. Hex color #A06F68 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A06F68 is #5F9097. Grayscale: #7C7C7C. Windows color (decimal): -6262936 or 6844320. OLE color: 6844320.

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

Color convert

RGB 160 111 104 -
CMYK 0 0.31 0.35 0.37
HSL 7.5º 0.23% 0.52% -
HSV(B) 7.5º 0.35% 0.63% -
XYZ 22.68 19.84 15.73 -
YUV 124.85 116.23 153.07 -
System Red Green Blue C M Y K H S L
Decimal 160 111 104 0 0.31 0.35 0.37 7.5 0.23 0.52
Hex A0 6F 68 0 1F 23 25 8 17 34
Octal 240 157 150 0 37 43 45 10 27 64
Binary 10100000 1101111 1101000 0 11111 100011 100101 1000 10111 110100

Color Harmonies of #A06F68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A06F68

Black with #A06F68

Text Example


Text Example

White with #A06F68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A06F68; }

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

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

background-color css

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

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

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

border-color css

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

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

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