Html Css Color HEX #AF6261 Coral Tree

📋 copy color: '#AF6261'

red 175 ◦ green 98 ◦ blue 97

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

Shades of Coral Tree #AF6261

Tints of Coral Tree #AF6261

RGB

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

 GREEN value IS 98 (38.67% from 255) = 26.49%

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

R = 47.3%
G = 26.49%
B = 26.22%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.45

 K value IS 0.31

RGB Variations

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

Color information

#AF6261 (or 0xAF6261) is known color: Coral Tree. HEX triplet: AF, 62 and 61. RGB value is (175,98,97). Sum of RGB (Red+Green+Blue) = 175+98+97=370 (49% of max value = 765). Red value is 175 (68.75% from 255 or 47.30% from 370); Green value is 98 (38.67% from 255 or 26.49% from 370); Blue value is 97 (38.28% from 255 or 26.22% from 370); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6261 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF6261 is #509D9E. Grayscale: #787878. Windows color (decimal): -5283231 or 6382255. OLE color: 6382255.

HSL color Cylindrical-coordinate representation of color #AF6261: hue angle of 0.77º 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 #AF6261 is Cyan = 0, Magento = 0.44, Yellow = 0.45 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 98 97 -
CMYK 0 0.44 0.45 0.31
HSL 0.77º 0.33% 0.53% -
HSV(B) 0.77º 0.45% 0.69% -
XYZ 24.2 18.71 13.65 -
YUV 120.91 114.51 166.58 -
System Red Green Blue C M Y K H S L
Decimal 175 98 97 0 0.44 0.45 0.31 0.77 0.33 0.53
Hex AF 62 61 0 2C 2D 1F 1 21 35
Octal 257 142 141 0 54 55 37 1 41 65
Binary 10101111 1100010 1100001 0 101100 101101 11111 1 100001 110101

Color Harmonies of #AF6261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6261

Black with #AF6261

Text Example


Text Example

White with #AF6261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6261; }

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

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

background-color css

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

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

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

border-color css

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

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

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