Html Css Color HEX #A06F67 Coral Tree

📋 copy color: '#A06F67'

red 160 ◦ green 111 ◦ blue 103

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

Shades of Coral Tree #A06F67

Tints of Coral Tree #A06F67

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 27.54%

R = 42.78%
G = 29.68%
B = 27.54%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.36

 K value IS 0.37

RGB Variations

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

Color information

#A06F67 (or 0xA06F67) is known color: Coral Tree. HEX triplet: A0, 6F and 67. RGB value is (160,111,103). Sum of RGB (Red+Green+Blue) = 160+111+103=374 (49% of max value = 765). Red value is 160 (62.89% from 255 or 42.78% from 374); Green value is 111 (43.75% from 255 or 29.68% from 374); Blue value is 103 (40.62% from 255 or 27.54% from 374); Max value from RGB is 160 - color contains mainly: red. Hex color #A06F67 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A06F67 is #5F9098. Grayscale: #7C7C7C. Windows color (decimal): -6262937 or 6778784. OLE color: 6778784.

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

Color convert

RGB 160 111 103 -
CMYK 0 0.31 0.36 0.37
HSL 8.42º 0.23% 0.52% -
HSV(B) 8.42º 0.36% 0.63% -
XYZ 22.63 19.82 15.47 -
YUV 124.74 115.73 153.15 -
System Red Green Blue C M Y K H S L
Decimal 160 111 103 0 0.31 0.36 0.37 8.42 0.23 0.52
Hex A0 6F 67 0 1F 24 25 8 17 34
Octal 240 157 147 0 37 44 45 10 27 64
Binary 10100000 1101111 1100111 0 11111 100100 100101 1000 10111 110100

Color Harmonies of #A06F67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A06F67

Black with #A06F67

Text Example


Text Example

White with #A06F67

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A06F67; }

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

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

background-color css

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

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

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

border-color css

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

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

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