Html Css Color HEX #AF625B Coral Tree

📋 copy color: '#AF625B'

red 175 ◦ green 98 ◦ blue 91

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

Shades of Coral Tree #AF625B

Tints of Coral Tree #AF625B

RGB

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

 GREEN value IS 98 (38.67% from 255) = 26.92%

 BLUE value IS 91 (35.94% from 255) = 25%

R = 48.08%
G = 26.92%
B = 25%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.48

 K value IS 0.31

RGB Variations

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

Color information

#AF625B (or 0xAF625B) is known color: Coral Tree. HEX triplet: AF, 62 and 5B. RGB value is (175,98,91). Sum of RGB (Red+Green+Blue) = 175+98+91=364 (48% of max value = 765). Red value is 175 (68.75% from 255 or 48.08% from 364); Green value is 98 (38.67% from 255 or 26.92% from 364); Blue value is 91 (35.94% from 255 or 25% from 364); Max value from RGB is 175 - color contains mainly: red. Hex color #AF625B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF625B is #509DA4. Grayscale: #787878. Windows color (decimal): -5283237 or 5989039. OLE color: 5989039.

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

Color convert

RGB 175 98 91 -
CMYK 0 0.44 0.48 0.31
HSL 0.34% 0.52% -
HSV(B) 0.48% 0.69% -
XYZ 23.94 18.6 12.23 -
YUV 120.23 111.51 167.07 -
System Red Green Blue C M Y K H S L
Decimal 175 98 91 0 0.44 0.48 0.31 5 0.34 0.52
Hex AF 62 5B 0 2C 30 1F 5 22 34
Octal 257 142 133 0 54 60 37 5 42 64
Binary 10101111 1100010 1011011 0 101100 110000 11111 101 100010 110100

Color Harmonies of #AF625B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF625B

Black with #AF625B

Text Example


Text Example

White with #AF625B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF625B; }

 p { color: rgb(175,98,91); }

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

background-color css

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

 a { background-color: rgb(175,98,91); }

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

border-color css

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

 span { border-color: rgb(175,98,91); }

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