Html Css Color HEX #A07069 Coral Tree

📋 copy color: '#A07069'

red 160 ◦ green 112 ◦ blue 105

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

Shades of Coral Tree #A07069

Tints of Coral Tree #A07069

RGB

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

 GREEN value IS 112 (44.14% from 255) = 29.71%

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

R = 42.44%
G = 29.71%
B = 27.85%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.34

 K value IS 0.37

RGB Variations

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

Color information

#A07069 (or 0xA07069) is known color: Coral Tree. HEX triplet: A0, 70 and 69. RGB value is (160,112,105). Sum of RGB (Red+Green+Blue) = 160+112+105=377 (49% of max value = 765). Red value is 160 (62.89% from 255 or 42.44% from 377); Green value is 112 (44.14% from 255 or 29.71% from 377); Blue value is 105 (41.41% from 255 or 27.85% from 377); Max value from RGB is 160 - color contains mainly: red. Hex color #A07069 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A07069 is #5F8F96. Grayscale: #7D7D7D. Windows color (decimal): -6262679 or 6910112. OLE color: 6910112.

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

Color convert

RGB 160 112 105 -
CMYK 0 0.30 0.34 0.37
HSL 7.64º 0.22% 0.52% -
HSV(B) 7.64º 0.34% 0.63% -
XYZ 22.84 20.08 16.04 -
YUV 125.55 116.4 152.57 -
System Red Green Blue C M Y K H S L
Decimal 160 112 105 0 0.30 0.34 0.37 7.64 0.22 0.52
Hex A0 70 69 0 1E 22 25 8 16 34
Octal 240 160 151 0 36 42 45 10 26 64
Binary 10100000 1110000 1101001 0 11110 100010 100101 1000 10110 110100

Color Harmonies of #A07069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A07069

Black with #A07069

Text Example


Text Example

White with #A07069

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A07069; }

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

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

background-color css

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

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

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

border-color css

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

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

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