Html Css Color HEX #A07169 Coral Tree

📋 copy color: '#A07169'

red 160 ◦ green 113 ◦ blue 105

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

Shades of Coral Tree #A07169

Tints of Coral Tree #A07169

RGB

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

 GREEN value IS 113 (44.53% from 255) = 29.89%

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

R = 42.33%
G = 29.89%
B = 27.78%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.34

 K value IS 0.37

RGB Variations

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

Color information

#A07169 (or 0xA07169) is known color: Coral Tree. HEX triplet: A0, 71 and 69. RGB value is (160,113,105). Sum of RGB (Red+Green+Blue) = 160+113+105=378 (50% of max value = 765). Red value is 160 (62.89% from 255 or 42.33% from 378); Green value is 113 (44.53% from 255 or 29.89% from 378); Blue value is 105 (41.41% from 255 or 27.78% from 378); Max value from RGB is 160 - color contains mainly: red. Hex color #A07169 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A07169 is #5F8E96. Grayscale: #7E7E7E. Windows color (decimal): -6262423 or 6910368. OLE color: 6910368.

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

Color convert

RGB 160 113 105 -
CMYK 0 0.29 0.34 0.37
HSL 8.73º 0.22% 0.52% -
HSV(B) 8.73º 0.34% 0.63% -
XYZ 22.95 20.3 16.07 -
YUV 126.14 116.07 152.15 -
System Red Green Blue C M Y K H S L
Decimal 160 113 105 0 0.29 0.34 0.37 8.73 0.22 0.52
Hex A0 71 69 0 1D 22 25 9 16 34
Octal 240 161 151 0 35 42 45 11 26 64
Binary 10100000 1110001 1101001 0 11101 100010 100101 1001 10110 110100

Color Harmonies of #A07169

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A07169

Black with #A07169

Text Example


Text Example

White with #A07169

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A07169; }

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

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

background-color css

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

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

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

border-color css

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

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

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