Html Css Color HEX #AF605A Coral Tree

📋 copy color: '#AF605A'

red 175 ◦ green 96 ◦ blue 90

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

Shades of Coral Tree #AF605A

Tints of Coral Tree #AF605A

RGB

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

 GREEN value IS 96 (37.89% from 255) = 26.59%

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

R = 48.48%
G = 26.59%
B = 24.93%

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

#AF605A (or 0xAF605A) is known color: Coral Tree. HEX triplet: AF, 60 and 5A. RGB value is (175,96,90). Sum of RGB (Red+Green+Blue) = 175+96+90=361 (47% of max value = 765). Red value is 175 (68.75% from 255 or 48.48% from 361); Green value is 96 (37.89% from 255 or 26.59% from 361); Blue value is 90 (35.55% from 255 or 24.93% from 361); Max value from RGB is 175 - color contains mainly: red. Hex color #AF605A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF605A is #509FA5. Grayscale: #777777. Windows color (decimal): -5283750 or 5922991. OLE color: 5922991.

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

Color convert

RGB 175 96 90 -
CMYK 0 0.45 0.49 0.31
HSL 4.24º 0.35% 0.52% -
HSV(B) 4.24º 0.49% 0.69% -
XYZ 23.71 18.22 11.94 -
YUV 118.94 111.67 167.99 -
System Red Green Blue C M Y K H S L
Decimal 175 96 90 0 0.45 0.49 0.31 4.24 0.35 0.52
Hex AF 60 5A 0 2D 31 1F 4 23 34
Octal 257 140 132 0 55 61 37 4 43 64
Binary 10101111 1100000 1011010 0 101101 110001 11111 100 100011 110100

Color Harmonies of #AF605A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF605A

Black with #AF605A

Text Example


Text Example

White with #AF605A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF605A; }

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

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

background-color css

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

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

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

border-color css

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

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

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