Html Css Color HEX #AF605E Coral Tree

📋 copy color: '#AF605E'

red 175 ◦ green 96 ◦ blue 94

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

Shades of Coral Tree #AF605E

Tints of Coral Tree #AF605E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 25.75%

R = 47.95%
G = 26.3%
B = 25.75%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.46

 K value IS 0.31

RGB Variations

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

Color information

#AF605E (or 0xAF605E) is known color: Coral Tree. HEX triplet: AF, 60 and 5E. RGB value is (175,96,94). Sum of RGB (Red+Green+Blue) = 175+96+94=365 (48% of max value = 765). Red value is 175 (68.75% from 255 or 47.95% from 365); Green value is 96 (37.89% from 255 or 26.30% from 365); Blue value is 94 (37.11% from 255 or 25.75% from 365); Max value from RGB is 175 - color contains mainly: red. Hex color #AF605E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF605E is #509FA1. Grayscale: #777777. Windows color (decimal): -5283746 or 6185135. OLE color: 6185135.

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

Color convert

RGB 175 96 94 -
CMYK 0 0.45 0.46 0.31
HSL 1.48º 0.34% 0.53% -
HSV(B) 1.48º 0.46% 0.69% -
XYZ 23.88 18.29 12.86 -
YUV 119.39 113.67 167.66 -
System Red Green Blue C M Y K H S L
Decimal 175 96 94 0 0.45 0.46 0.31 1.48 0.34 0.53
Hex AF 60 5E 0 2D 2E 1F 1 22 35
Octal 257 140 136 0 55 56 37 1 42 65
Binary 10101111 1100000 1011110 0 101101 101110 11111 1 100010 110101

Color Harmonies of #AF605E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF605E

Black with #AF605E

Text Example


Text Example

White with #AF605E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF605E; }

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

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

background-color css

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

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

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

border-color css

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

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

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