Html Css Color HEX #AF6B61 Coral Tree

📋 copy color: '#AF6B61'

red 175 ◦ green 107 ◦ blue 97

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

Shades of Coral Tree #AF6B61

Tints of Coral Tree #AF6B61

RGB

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

 GREEN value IS 107 (42.19% from 255) = 28.23%

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

R = 46.17%
G = 28.23%
B = 25.59%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.45

 K value IS 0.31

RGB Variations

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

Color information

#AF6B61 (or 0xAF6B61) is known color: Coral Tree. HEX triplet: AF, 6B and 61. RGB value is (175,107,97). Sum of RGB (Red+Green+Blue) = 175+107+97=379 (50% of max value = 765). Red value is 175 (68.75% from 255 or 46.17% from 379); Green value is 107 (42.19% from 255 or 28.23% from 379); Blue value is 97 (38.28% from 255 or 25.59% from 379); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6B61 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF6B61 is #50949E. Grayscale: #7E7E7E. Windows color (decimal): -5280927 or 6384559. OLE color: 6384559.

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

Color convert

RGB 175 107 97 -
CMYK 0 0.39 0.45 0.31
HSL 7.69º 0.33% 0.53% -
HSV(B) 7.69º 0.45% 0.69% -
XYZ 25.09 20.49 13.94 -
YUV 126.19 111.53 162.81 -
System Red Green Blue C M Y K H S L
Decimal 175 107 97 0 0.39 0.45 0.31 7.69 0.33 0.53
Hex AF 6B 61 0 27 2D 1F 8 21 35
Octal 257 153 141 0 47 55 37 10 41 65
Binary 10101111 1101011 1100001 0 100111 101101 11111 1000 100001 110101

Color Harmonies of #AF6B61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6B61

Black with #AF6B61

Text Example


Text Example

White with #AF6B61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6B61; }

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

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

background-color css

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

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

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

border-color css

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

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

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