Html Css Color HEX #AF7772 Coral Tree

📋 copy color: '#AF7772'

red 175 ◦ green 119 ◦ blue 114

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

Shades of Coral Tree #AF7772

Tints of Coral Tree #AF7772

RGB

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

 GREEN value IS 119 (46.88% from 255) = 29.17%

 BLUE value IS 114 (44.92% from 255) = 27.94%

R = 42.89%
G = 29.17%
B = 27.94%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.35

 K value IS 0.31

RGB Variations

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

Color information

#AF7772 (or 0xAF7772) is known color: Coral Tree. HEX triplet: AF, 77 and 72. RGB value is (175,119,114). Sum of RGB (Red+Green+Blue) = 175+119+114=408 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.89% from 408); Green value is 119 (46.88% from 255 or 29.17% from 408); Blue value is 114 (44.92% from 255 or 27.94% from 408); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7772 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF7772 is #50888D. Grayscale: #878787. Windows color (decimal): -5277838 or 7501743. OLE color: 7501743.

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

Color convert

RGB 175 119 114 -
CMYK 0 0.32 0.35 0.31
HSL 4.92º 0.28% 0.57% -
HSV(B) 4.92º 0.35% 0.69% -
XYZ 27.31 23.52 19.02 -
YUV 135.17 116.05 156.41 -
System Red Green Blue C M Y K H S L
Decimal 175 119 114 0 0.32 0.35 0.31 4.92 0.28 0.57
Hex AF 77 72 0 20 23 1F 5 1C 39
Octal 257 167 162 0 40 43 37 5 34 71
Binary 10101111 1110111 1110010 0 100000 100011 11111 101 11100 111001

Color Harmonies of #AF7772

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7772

Black with #AF7772

Text Example


Text Example

White with #AF7772

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7772; }

 p { color: rgb(175,119,114); }

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

background-color css

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

 a { background-color: rgb(175,119,114); }

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

border-color css

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

 span { border-color: rgb(175,119,114); }

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