Html Css Color HEX #A67469 Coral Tree

📋 copy color: '#A67469'

red 166 ◦ green 116 ◦ blue 105

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

Shades of Coral Tree #A67469

Tints of Coral Tree #A67469

RGB

 RED value IS 166 (65.23% from 255) = 42.89%

 GREEN value IS 116 (45.7% from 255) = 29.97%

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

R = 42.89%
G = 29.97%
B = 27.13%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.37

 K value IS 0.35

RGB Variations

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

Color information

#A67469 (or 0xA67469) is known color: Coral Tree. HEX triplet: A6, 74 and 69. RGB value is (166,116,105). Sum of RGB (Red+Green+Blue) = 166+116+105=387 (51% of max value = 765). Red value is 166 (65.23% from 255 or 42.89% from 387); Green value is 116 (45.70% from 255 or 29.97% from 387); Blue value is 105 (41.41% from 255 or 27.13% from 387); Max value from RGB is 166 - color contains mainly: red. Hex color #A67469 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A67469 is #598B96. Grayscale: #818181. Windows color (decimal): -5868439 or 6911142. OLE color: 6911142.

HSL color Cylindrical-coordinate representation of color #A67469: hue angle of 10.82º degrees, saturation: 0.26, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A67469 is Cyan = 0, Magento = 0.30, Yellow = 0.37 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 116 105 -
CMYK 0 0.30 0.37 0.35
HSL 10.82º 0.26% 0.53% -
HSV(B) 10.82º 0.37% 0.65% -
XYZ 24.52 21.62 16.24 -
YUV 129.7 114.07 153.89 -
System Red Green Blue C M Y K H S L
Decimal 166 116 105 0 0.30 0.37 0.35 10.82 0.26 0.53
Hex A6 74 69 0 1E 25 23 B 1A 35
Octal 246 164 151 0 36 45 43 13 32 65
Binary 10100110 1110100 1101001 0 11110 100101 100011 1011 11010 110101

Color Harmonies of #A67469

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A67469

Black with #A67469

Text Example


Text Example

White with #A67469

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A67469; }

 p { color: rgb(166,116,105); }

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

background-color css

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

 a { background-color: rgb(166,116,105); }

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

border-color css

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

 span { border-color: rgb(166,116,105); }

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