Html Css Color HEX #AF625A Coral Tree

📋 copy color: '#AF625A'

red 175 ◦ green 98 ◦ blue 90

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

Shades of Coral Tree #AF625A

Tints of Coral Tree #AF625A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 24.79%

R = 48.21%
G = 27%
B = 24.79%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.49

 K value IS 0.31

RGB Variations

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

Color information

#AF625A (or 0xAF625A) is known color: Coral Tree. HEX triplet: AF, 62 and 5A. RGB value is (175,98,90). Sum of RGB (Red+Green+Blue) = 175+98+90=363 (48% of max value = 765). Red value is 175 (68.75% from 255 or 48.21% from 363); Green value is 98 (38.67% from 255 or 27.00% from 363); Blue value is 90 (35.55% from 255 or 24.79% from 363); Max value from RGB is 175 - color contains mainly: red. Hex color #AF625A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF625A is #509DA5. Grayscale: #787878. Windows color (decimal): -5283238 or 5923503. OLE color: 5923503.

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

Color convert

RGB 175 98 90 -
CMYK 0 0.44 0.49 0.31
HSL 5.65º 0.35% 0.52% -
HSV(B) 5.65º 0.49% 0.69% -
XYZ 23.89 18.59 12 -
YUV 120.11 111.01 167.15 -
System Red Green Blue C M Y K H S L
Decimal 175 98 90 0 0.44 0.49 0.31 5.65 0.35 0.52
Hex AF 62 5A 0 2C 31 1F 6 23 34
Octal 257 142 132 0 54 61 37 6 43 64
Binary 10101111 1100010 1011010 0 101100 110001 11111 110 100011 110100

Color Harmonies of #AF625A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF625A

Black with #AF625A

Text Example


Text Example

White with #AF625A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF625A; }

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

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

background-color css

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

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

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

border-color css

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

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

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