Html Css Color HEX #AF645C Coral Tree

📋 copy color: '#AF645C'

red 175 ◦ green 100 ◦ blue 92

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

Shades of Coral Tree #AF645C

Tints of Coral Tree #AF645C

RGB

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

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

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

R = 47.68%
G = 27.25%
B = 25.07%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.47

 K value IS 0.31

RGB Variations

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

Color information

#AF645C (or 0xAF645C) is known color: Coral Tree. HEX triplet: AF, 64 and 5C. RGB value is (175,100,92). Sum of RGB (Red+Green+Blue) = 175+100+92=367 (48% of max value = 765). Red value is 175 (68.75% from 255 or 47.68% from 367); Green value is 100 (39.45% from 255 or 27.25% from 367); Blue value is 92 (36.33% from 255 or 25.07% from 367); Max value from RGB is 175 - color contains mainly: red. Hex color #AF645C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF645C is #509BA3. Grayscale: #797979. Windows color (decimal): -5282724 or 6055087. OLE color: 6055087.

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

Color convert

RGB 175 100 92 -
CMYK 0 0.43 0.47 0.31
HSL 5.78º 0.34% 0.52% -
HSV(B) 5.78º 0.47% 0.69% -
XYZ 24.17 19 12.52 -
YUV 121.51 111.35 166.15 -
System Red Green Blue C M Y K H S L
Decimal 175 100 92 0 0.43 0.47 0.31 5.78 0.34 0.52
Hex AF 64 5C 0 2B 2F 1F 6 22 34
Octal 257 144 134 0 53 57 37 6 42 64
Binary 10101111 1100100 1011100 0 101011 101111 11111 110 100010 110100

Color Harmonies of #AF645C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF645C

Black with #AF645C

Text Example


Text Example

White with #AF645C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF645C; }

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

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

background-color css

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

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

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

border-color css

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

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

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