Html Css Color HEX #A97067 Coral Tree

📋 copy color: '#A97067'

red 169 ◦ green 112 ◦ blue 103

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

Shades of Coral Tree #A97067

Tints of Coral Tree #A97067

RGB

 RED value IS 169 (66.41% from 255) = 44.01%

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

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

R = 44.01%
G = 29.17%
B = 26.82%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.39

 K value IS 0.34

RGB Variations

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

Color information

#A97067 (or 0xA97067) is known color: Coral Tree. HEX triplet: A9, 70 and 67. RGB value is (169,112,103). Sum of RGB (Red+Green+Blue) = 169+112+103=384 (50% of max value = 765). Red value is 169 (66.41% from 255 or 44.01% from 384); Green value is 112 (44.14% from 255 or 29.17% from 384); Blue value is 103 (40.62% from 255 or 26.82% from 384); Max value from RGB is 169 - color contains mainly: red. Hex color #A97067 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A97067 is #568F98. Grayscale: #808080. Windows color (decimal): -5672857 or 6779049. OLE color: 6779049.

HSL color Cylindrical-coordinate representation of color #A97067: hue angle of 8.18º degrees, saturation: 0.28, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A97067 is Cyan = 0, Magento = 0.34, Yellow = 0.39 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 112 103 -
CMYK 0 0.34 0.39 0.34
HSL 8.18º 0.28% 0.53% -
HSV(B) 8.18º 0.39% 0.66% -
XYZ 24.6 21 15.59 -
YUV 128.02 113.88 157.23 -
System Red Green Blue C M Y K H S L
Decimal 169 112 103 0 0.34 0.39 0.34 8.18 0.28 0.53
Hex A9 70 67 0 22 27 22 8 1C 35
Octal 251 160 147 0 42 47 42 10 34 65
Binary 10101001 1110000 1100111 0 100010 100111 100010 1000 11100 110101

Color Harmonies of #A97067

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A97067

Black with #A97067

Text Example


Text Example

White with #A97067

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A97067; }

 p { color: rgb(169,112,103); }

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

background-color css

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

 a { background-color: rgb(169,112,103); }

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

border-color css

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

 span { border-color: rgb(169,112,103); }

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