Html Css Color HEX #AF7777 Coral Tree

📋 copy color: '#AF7777'

red 175 ◦ green 119 ◦ blue 119

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

Shades of Coral Tree #AF7777

Tints of Coral Tree #AF7777

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 28.81%

R = 42.37%
G = 28.81%
B = 28.81%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.32

 K value IS 0.31

RGB Variations

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

Color information

#AF7777 (or 0xAF7777) is known color: Coral Tree. HEX triplet: AF, 77 and 77. RGB value is (175,119,119). Sum of RGB (Red+Green+Blue) = 175+119+119=413 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.37% from 413); Green value is 119 (46.88% from 255 or 28.81% from 413); Blue value is 119 (46.88% from 255 or 28.81% from 413); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7777 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF7777 is #508888. Grayscale: #878787. Windows color (decimal): -5277833 or 7829423. OLE color: 7829423.

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

Color convert

RGB 175 119 119 -
CMYK 0 0.32 0.32 0.31
HSL 0.26% 0.58% -
HSV(B) 0.32% 0.69% -
XYZ 27.61 23.64 20.56 -
YUV 135.74 118.55 156 -
System Red Green Blue C M Y K H S L
Decimal 175 119 119 0 0.32 0.32 0.31 0 0.26 0.58
Hex AF 77 77 0 20 20 1F 0 1A 3A
Octal 257 167 167 0 40 40 37 0 32 72
Binary 10101111 1110111 1110111 0 100000 100000 11111 0 11010 111010

Color Harmonies of #AF7777

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7777

Black with #AF7777

Text Example


Text Example

White with #AF7777

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7777; }

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

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

background-color css

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

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

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

border-color css

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

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

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