Html Css Color HEX #AF605C Coral Tree

📋 copy color: '#AF605C'

red 175 ◦ green 96 ◦ blue 92

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

Shades of Coral Tree #AF605C

Tints of Coral Tree #AF605C

RGB

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

 GREEN value IS 96 (37.89% from 255) = 26.45%

 BLUE value IS 92 (36.33% from 255) = 25.34%

R = 48.21%
G = 26.45%
B = 25.34%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.47

 K value IS 0.31

RGB Variations

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

Color information

#AF605C (or 0xAF605C) is known color: Coral Tree. HEX triplet: AF, 60 and 5C. RGB value is (175,96,92). Sum of RGB (Red+Green+Blue) = 175+96+92=363 (48% of max value = 765). Red value is 175 (68.75% from 255 or 48.21% from 363); Green value is 96 (37.89% from 255 or 26.45% from 363); Blue value is 92 (36.33% from 255 or 25.34% from 363); Max value from RGB is 175 - color contains mainly: red. Hex color #AF605C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF605C is #509FA3. Grayscale: #777777. Windows color (decimal): -5283748 or 6054063. OLE color: 6054063.

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

Color convert

RGB 175 96 92 -
CMYK 0 0.45 0.47 0.31
HSL 2.89º 0.34% 0.52% -
HSV(B) 2.89º 0.47% 0.69% -
XYZ 23.79 18.25 12.39 -
YUV 119.17 112.67 167.83 -
System Red Green Blue C M Y K H S L
Decimal 175 96 92 0 0.45 0.47 0.31 2.89 0.34 0.52
Hex AF 60 5C 0 2D 2F 1F 3 22 34
Octal 257 140 134 0 55 57 37 3 42 64
Binary 10101111 1100000 1011100 0 101101 101111 11111 11 100010 110100

Color Harmonies of #AF605C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF605C

Black with #AF605C

Text Example


Text Example

White with #AF605C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF605C; }

 p { color: rgb(175,96,92); }

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

background-color css

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

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

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

border-color css

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

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

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