Html Css Color HEX #A07269 Coral Tree

📋 copy color: '#A07269'

red 160 ◦ green 114 ◦ blue 105

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

Shades of Coral Tree #A07269

Tints of Coral Tree #A07269

RGB

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

 GREEN value IS 114 (44.92% from 255) = 30.08%

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

R = 42.22%
G = 30.08%
B = 27.7%

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

#A07269 (or 0xA07269) is known color: Coral Tree. HEX triplet: A0, 72 and 69. RGB value is (160,114,105). Sum of RGB (Red+Green+Blue) = 160+114+105=379 (50% of max value = 765). Red value is 160 (62.89% from 255 or 42.22% from 379); Green value is 114 (44.92% from 255 or 30.08% from 379); Blue value is 105 (41.41% from 255 or 27.70% from 379); Max value from RGB is 160 - color contains mainly: red. Hex color #A07269 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A07269 is #5F8D96. Grayscale: #7E7E7E. Windows color (decimal): -6262167 or 6910624. OLE color: 6910624.

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

Color convert

RGB 160 114 105 -
CMYK 0 0.29 0.34 0.37
HSL 9.82º 0.22% 0.52% -
HSV(B) 9.82º 0.34% 0.63% -
XYZ 23.06 20.53 16.11 -
YUV 126.73 115.74 151.73 -
System Red Green Blue C M Y K H S L
Decimal 160 114 105 0 0.29 0.34 0.37 9.82 0.22 0.52
Hex A0 72 69 0 1D 22 25 A 16 34
Octal 240 162 151 0 35 42 45 12 26 64
Binary 10100000 1110010 1101001 0 11101 100010 100101 1010 10110 110100

Color Harmonies of #A07269

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A07269

Black with #A07269

Text Example


Text Example

White with #A07269

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A07269; }

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

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

background-color css

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

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

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

border-color css

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

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

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