Html Css Color HEX #AF7971 Coral Tree

📋 copy color: '#AF7971'

red 175 ◦ green 121 ◦ blue 113

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

Shades of Coral Tree #AF7971

Tints of Coral Tree #AF7971

RGB

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

 GREEN value IS 121 (47.66% from 255) = 29.58%

 BLUE value IS 113 (44.53% from 255) = 27.63%

R = 42.79%
G = 29.58%
B = 27.63%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.35

 K value IS 0.31

RGB Variations

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

Color information

#AF7971 (or 0xAF7971) is known color: Coral Tree. HEX triplet: AF, 79 and 71. RGB value is (175,121,113). Sum of RGB (Red+Green+Blue) = 175+121+113=409 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.79% from 409); Green value is 121 (47.66% from 255 or 29.58% from 409); Blue value is 113 (44.53% from 255 or 27.63% from 409); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7971 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF7971 is #50868E. Grayscale: #888888. Windows color (decimal): -5277327 or 7436719. OLE color: 7436719.

HSL color Cylindrical-coordinate representation of color #AF7971: hue angle of 7.74º degrees, saturation: 0.28, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AF7971 is Cyan = 0, Magento = 0.31, Yellow = 0.35 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 121 113 -
CMYK 0 0.31 0.35 0.31
HSL 7.74º 0.28% 0.56% -
HSV(B) 7.74º 0.35% 0.69% -
XYZ 27.5 23.98 18.8 -
YUV 136.23 114.89 155.65 -
System Red Green Blue C M Y K H S L
Decimal 175 121 113 0 0.31 0.35 0.31 7.74 0.28 0.56
Hex AF 79 71 0 1F 23 1F 8 1C 38
Octal 257 171 161 0 37 43 37 10 34 70
Binary 10101111 1111001 1110001 0 11111 100011 11111 1000 11100 111000

Color Harmonies of #AF7971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7971

Black with #AF7971

Text Example


Text Example

White with #AF7971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7971; }

 p { color: rgb(175,121,113); }

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

background-color css

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

 a { background-color: rgb(175,121,113); }

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

border-color css

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

 span { border-color: rgb(175,121,113); }

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