Html Css Color HEX #AF6962 Coral Tree

📋 copy color: '#AF6962'

red 175 ◦ green 105 ◦ blue 98

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

Shades of Coral Tree #AF6962

Tints of Coral Tree #AF6962

RGB

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

 GREEN value IS 105 (41.41% from 255) = 27.78%

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

R = 46.3%
G = 27.78%
B = 25.93%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.44

 K value IS 0.31

RGB Variations

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

Color information

#AF6962 (or 0xAF6962) is known color: Coral Tree. HEX triplet: AF, 69 and 62. RGB value is (175,105,98). Sum of RGB (Red+Green+Blue) = 175+105+98=378 (50% of max value = 765). Red value is 175 (68.75% from 255 or 46.30% from 378); Green value is 105 (41.41% from 255 or 27.78% from 378); Blue value is 98 (38.67% from 255 or 25.93% from 378); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6962 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF6962 is #50969D. Grayscale: #7D7D7D. Windows color (decimal): -5281438 or 6449583. OLE color: 6449583.

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

Color convert

RGB 175 105 98 -
CMYK 0 0.40 0.44 0.31
HSL 5.45º 0.32% 0.54% -
HSV(B) 5.45º 0.44% 0.69% -
XYZ 24.94 20.1 14.12 -
YUV 125.13 112.69 163.57 -
System Red Green Blue C M Y K H S L
Decimal 175 105 98 0 0.40 0.44 0.31 5.45 0.32 0.54
Hex AF 69 62 0 28 2C 1F 5 20 36
Octal 257 151 142 0 50 54 37 5 40 66
Binary 10101111 1101001 1100010 0 101000 101100 11111 101 100000 110110

Color Harmonies of #AF6962

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6962

Black with #AF6962

Text Example


Text Example

White with #AF6962

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6962; }

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

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

background-color css

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

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

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

border-color css

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

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

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