Html Css Color HEX #AF7061 Coral Tree

📋 copy color: '#AF7061'

red 175 ◦ green 112 ◦ blue 97

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

Shades of Coral Tree #AF7061

Tints of Coral Tree #AF7061

RGB

 RED value IS 175 (68.75% from 255) = 45.57%

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

 BLUE value IS 97 (38.28% from 255) = 25.26%

R = 45.57%
G = 29.17%
B = 25.26%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.45

 K value IS 0.31

RGB Variations

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

Color information

#AF7061 (or 0xAF7061) is known color: Coral Tree. HEX triplet: AF, 70 and 61. RGB value is (175,112,97). Sum of RGB (Red+Green+Blue) = 175+112+97=384 (50% of max value = 765). Red value is 175 (68.75% from 255 or 45.57% from 384); Green value is 112 (44.14% from 255 or 29.17% from 384); Blue value is 97 (38.28% from 255 or 25.26% from 384); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7061 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF7061 is #508F9E. Grayscale: #818181. Windows color (decimal): -5279647 or 6385839. OLE color: 6385839.

HSL color Cylindrical-coordinate representation of color #AF7061: hue angle of 11.54º degrees, saturation: 0.33, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AF7061 is Cyan = 0, Magento = 0.36, Yellow = 0.45 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 112 97 -
CMYK 0 0.36 0.45 0.31
HSL 11.54º 0.33% 0.53% -
HSV(B) 11.54º 0.45% 0.69% -
XYZ 25.63 21.57 14.12 -
YUV 129.13 109.87 160.72 -
System Red Green Blue C M Y K H S L
Decimal 175 112 97 0 0.36 0.45 0.31 11.54 0.33 0.53
Hex AF 70 61 0 24 2D 1F C 21 35
Octal 257 160 141 0 44 55 37 14 41 65
Binary 10101111 1110000 1100001 0 100100 101101 11111 1100 100001 110101

Color Harmonies of #AF7061

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7061

Black with #AF7061

Text Example


Text Example

White with #AF7061

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7061; }

 p { color: rgb(175,112,97); }

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

background-color css

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

 a { background-color: rgb(175,112,97); }

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

border-color css

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

 span { border-color: rgb(175,112,97); }

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