Html Css Color HEX #AF615B Coral Tree

📋 copy color: '#AF615B'

red 175 ◦ green 97 ◦ blue 91

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

Shades of Coral Tree #AF615B

Tints of Coral Tree #AF615B

RGB

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

 GREEN value IS 97 (38.28% from 255) = 26.72%

 BLUE value IS 91 (35.94% from 255) = 25.07%

R = 48.21%
G = 26.72%
B = 25.07%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.48

 K value IS 0.31

RGB Variations

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

Color information

#AF615B (or 0xAF615B) is known color: Coral Tree. HEX triplet: AF, 61 and 5B. RGB value is (175,97,91). Sum of RGB (Red+Green+Blue) = 175+97+91=363 (48% of max value = 765). Red value is 175 (68.75% from 255 or 48.21% from 363); Green value is 97 (38.28% from 255 or 26.72% from 363); Blue value is 91 (35.94% from 255 or 25.07% from 363); Max value from RGB is 175 - color contains mainly: red. Hex color #AF615B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF615B is #509EA4. Grayscale: #777777. Windows color (decimal): -5283493 or 5988783. OLE color: 5988783.

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

Color convert

RGB 175 97 91 -
CMYK 0 0.45 0.48 0.31
HSL 4.29º 0.34% 0.52% -
HSV(B) 4.29º 0.48% 0.69% -
XYZ 23.84 18.42 12.2 -
YUV 119.64 111.84 167.49 -
System Red Green Blue C M Y K H S L
Decimal 175 97 91 0 0.45 0.48 0.31 4.29 0.34 0.52
Hex AF 61 5B 0 2D 30 1F 4 22 34
Octal 257 141 133 0 55 60 37 4 42 64
Binary 10101111 1100001 1011011 0 101101 110000 11111 100 100010 110100

Color Harmonies of #AF615B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF615B

Black with #AF615B

Text Example


Text Example

White with #AF615B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF615B; }

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

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

background-color css

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

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

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

border-color css

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

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

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