Html Css Color HEX #AF7362 Coral Tree

📋 copy color: '#AF7362'

red 175 ◦ green 115 ◦ blue 98

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

Shades of Coral Tree #AF7362

Tints of Coral Tree #AF7362

RGB

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

 GREEN value IS 115 (45.31% from 255) = 29.64%

 BLUE value IS 98 (38.67% from 255) = 25.26%

R = 45.1%
G = 29.64%
B = 25.26%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.44

 K value IS 0.31

RGB Variations

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

Color information

#AF7362 (or 0xAF7362) is known color: Coral Tree. HEX triplet: AF, 73 and 62. RGB value is (175,115,98). Sum of RGB (Red+Green+Blue) = 175+115+98=388 (51% of max value = 765). Red value is 175 (68.75% from 255 or 45.10% from 388); Green value is 115 (45.31% from 255 or 29.64% from 388); Blue value is 98 (38.67% from 255 or 25.26% from 388); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7362 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF7362 is #508C9D. Grayscale: #838383. Windows color (decimal): -5278878 or 6452143. OLE color: 6452143.

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

Color convert

RGB 175 115 98 -
CMYK 0 0.34 0.44 0.31
HSL 13.25º 0.32% 0.54% -
HSV(B) 13.25º 0.44% 0.69% -
XYZ 26.01 22.26 14.48 -
YUV 131 109.38 159.38 -
System Red Green Blue C M Y K H S L
Decimal 175 115 98 0 0.34 0.44 0.31 13.25 0.32 0.54
Hex AF 73 62 0 22 2C 1F D 20 36
Octal 257 163 142 0 42 54 37 15 40 66
Binary 10101111 1110011 1100010 0 100010 101100 11111 1101 100000 110110

Color Harmonies of #AF7362

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7362

Black with #AF7362

Text Example


Text Example

White with #AF7362

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7362; }

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

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

background-color css

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

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

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

border-color css

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

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

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