Html Css Color HEX #AF615A Coral Tree

📋 copy color: '#AF615A'

red 175 ◦ green 97 ◦ blue 90

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

Shades of Coral Tree #AF615A

Tints of Coral Tree #AF615A

RGB

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

 GREEN value IS 97 (38.28% from 255) = 26.8%

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

R = 48.34%
G = 26.8%
B = 24.86%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.49

 K value IS 0.31

RGB Variations

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

Color information

#AF615A (or 0xAF615A) is known color: Coral Tree. HEX triplet: AF, 61 and 5A. RGB value is (175,97,90). Sum of RGB (Red+Green+Blue) = 175+97+90=362 (47% of max value = 765). Red value is 175 (68.75% from 255 or 48.34% from 362); Green value is 97 (38.28% from 255 or 26.80% from 362); Blue value is 90 (35.55% from 255 or 24.86% from 362); Max value from RGB is 175 - color contains mainly: red. Hex color #AF615A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF615A is #509EA5. Grayscale: #777777. Windows color (decimal): -5283494 or 5923247. OLE color: 5923247.

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

Color convert

RGB 175 97 90 -
CMYK 0 0.45 0.49 0.31
HSL 4.94º 0.35% 0.52% -
HSV(B) 4.94º 0.49% 0.69% -
XYZ 23.8 18.4 11.97 -
YUV 119.52 111.34 167.57 -
System Red Green Blue C M Y K H S L
Decimal 175 97 90 0 0.45 0.49 0.31 4.94 0.35 0.52
Hex AF 61 5A 0 2D 31 1F 5 23 34
Octal 257 141 132 0 55 61 37 5 43 64
Binary 10101111 1100001 1011010 0 101101 110001 11111 101 100011 110100

Color Harmonies of #AF615A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF615A

Black with #AF615A

Text Example


Text Example

White with #AF615A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF615A; }

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

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

background-color css

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

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

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

border-color css

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

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

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