Html Css Color HEX #AF7262 Coral Tree

📋 copy color: '#AF7262'

red 175 ◦ green 114 ◦ blue 98

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

Shades of Coral Tree #AF7262

Tints of Coral Tree #AF7262

RGB

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

 GREEN value IS 114 (44.92% from 255) = 29.46%

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

R = 45.22%
G = 29.46%
B = 25.32%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.44

 K value IS 0.31

RGB Variations

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

Color information

#AF7262 (or 0xAF7262) is known color: Coral Tree. HEX triplet: AF, 72 and 62. RGB value is (175,114,98). Sum of RGB (Red+Green+Blue) = 175+114+98=387 (51% of max value = 765). Red value is 175 (68.75% from 255 or 45.22% from 387); Green value is 114 (44.92% from 255 or 29.46% from 387); Blue value is 98 (38.67% from 255 or 25.32% from 387); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7262 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF7262 is #508D9D. Grayscale: #828282. Windows color (decimal): -5279134 or 6451887. OLE color: 6451887.

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

Color convert

RGB 175 114 98 -
CMYK 0 0.35 0.44 0.31
HSL 12.47º 0.32% 0.54% -
HSV(B) 12.47º 0.44% 0.69% -
XYZ 25.9 22.03 14.44 -
YUV 130.42 109.71 159.8 -
System Red Green Blue C M Y K H S L
Decimal 175 114 98 0 0.35 0.44 0.31 12.47 0.32 0.54
Hex AF 72 62 0 23 2C 1F C 20 36
Octal 257 162 142 0 43 54 37 14 40 66
Binary 10101111 1110010 1100010 0 100011 101100 11111 1100 100000 110110

Color Harmonies of #AF7262

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7262

Black with #AF7262

Text Example


Text Example

White with #AF7262

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7262; }

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

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

background-color css

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

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

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

border-color css

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

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

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