Html Css Color HEX #AF645E Coral Tree

📋 copy color: '#AF645E'

red 175 ◦ green 100 ◦ blue 94

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

Shades of Coral Tree #AF645E

Tints of Coral Tree #AF645E

RGB

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

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

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

R = 47.43%
G = 27.1%
B = 25.47%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.46

 K value IS 0.31

RGB Variations

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

Color information

#AF645E (or 0xAF645E) is known color: Coral Tree. HEX triplet: AF, 64 and 5E. RGB value is (175,100,94). Sum of RGB (Red+Green+Blue) = 175+100+94=369 (48% of max value = 765). Red value is 175 (68.75% from 255 or 47.43% from 369); Green value is 100 (39.45% from 255 or 27.10% from 369); Blue value is 94 (37.11% from 255 or 25.47% from 369); Max value from RGB is 175 - color contains mainly: red. Hex color #AF645E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF645E is #509BA1. Grayscale: #797979. Windows color (decimal): -5282722 or 6186159. OLE color: 6186159.

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

Color convert

RGB 175 100 94 -
CMYK 0 0.43 0.46 0.31
HSL 4.44º 0.34% 0.53% -
HSV(B) 4.44º 0.46% 0.69% -
XYZ 24.26 19.04 12.99 -
YUV 121.74 112.35 165.99 -
System Red Green Blue C M Y K H S L
Decimal 175 100 94 0 0.43 0.46 0.31 4.44 0.34 0.53
Hex AF 64 5E 0 2B 2E 1F 4 22 35
Octal 257 144 136 0 53 56 37 4 42 65
Binary 10101111 1100100 1011110 0 101011 101110 11111 100 100010 110101

Color Harmonies of #AF645E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF645E

Black with #AF645E

Text Example


Text Example

White with #AF645E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF645E; }

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

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

background-color css

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

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

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

border-color css

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

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

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