Html Css Color HEX #AF6461 Coral Tree

📋 copy color: '#AF6461'

red 175 ◦ green 100 ◦ blue 97

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

Shades of Coral Tree #AF6461

Tints of Coral Tree #AF6461

RGB

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

 GREEN value IS 100 (39.45% from 255) = 26.88%

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

R = 47.04%
G = 26.88%
B = 26.08%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.45

 K value IS 0.31

RGB Variations

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

Color information

#AF6461 (or 0xAF6461) is known color: Coral Tree. HEX triplet: AF, 64 and 61. RGB value is (175,100,97). Sum of RGB (Red+Green+Blue) = 175+100+97=372 (49% of max value = 765). Red value is 175 (68.75% from 255 or 47.04% from 372); Green value is 100 (39.45% from 255 or 26.88% from 372); Blue value is 97 (38.28% from 255 or 26.08% from 372); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6461 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF6461 is #509B9E. Grayscale: #7A7A7A. Windows color (decimal): -5282719 or 6382767. OLE color: 6382767.

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

Color convert

RGB 175 100 97 -
CMYK 0 0.43 0.45 0.31
HSL 2.31º 0.33% 0.53% -
HSV(B) 2.31º 0.45% 0.69% -
XYZ 24.39 19.09 13.71 -
YUV 122.08 113.85 165.74 -
System Red Green Blue C M Y K H S L
Decimal 175 100 97 0 0.43 0.45 0.31 2.31 0.33 0.53
Hex AF 64 61 0 2B 2D 1F 2 21 35
Octal 257 144 141 0 53 55 37 2 41 65
Binary 10101111 1100100 1100001 0 101011 101101 11111 10 100001 110101

Color Harmonies of #AF6461

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6461

Black with #AF6461

Text Example


Text Example

White with #AF6461

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6461; }

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

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

background-color css

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

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

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

border-color css

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

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

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