Html Css Color HEX #AF706A Coral Tree

📋 copy color: '#AF706A'

red 175 ◦ green 112 ◦ blue 106

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

Shades of Coral Tree #AF706A

Tints of Coral Tree #AF706A

RGB

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

 GREEN value IS 112 (44.14% from 255) = 28.5%

 BLUE value IS 106 (41.8% from 255) = 26.97%

R = 44.53%
G = 28.5%
B = 26.97%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.39

 K value IS 0.31

RGB Variations

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

Color information

#AF706A (or 0xAF706A) is known color: Coral Tree. HEX triplet: AF, 70 and 6A. RGB value is (175,112,106). Sum of RGB (Red+Green+Blue) = 175+112+106=393 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.53% from 393); Green value is 112 (44.14% from 255 or 28.50% from 393); Blue value is 106 (41.80% from 255 or 26.97% from 393); Max value from RGB is 175 - color contains mainly: red. Hex color #AF706A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF706A is #508F95. Grayscale: #828282. Windows color (decimal): -5279638 or 6975663. OLE color: 6975663.

HSL color Cylindrical-coordinate representation of color #AF706A: hue angle of 5.22º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AF706A is Cyan = 0, Magento = 0.36, Yellow = 0.39 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 112 106 -
CMYK 0 0.36 0.39 0.31
HSL 5.22º 0.3% 0.55% -
HSV(B) 5.22º 0.39% 0.69% -
XYZ 26.07 21.74 16.46 -
YUV 130.15 114.37 159.99 -
System Red Green Blue C M Y K H S L
Decimal 175 112 106 0 0.36 0.39 0.31 5.22 0.3 0.55
Hex AF 70 6A 0 24 27 1F 5 1E 37
Octal 257 160 152 0 44 47 37 5 36 67
Binary 10101111 1110000 1101010 0 100100 100111 11111 101 11110 110111

Color Harmonies of #AF706A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF706A

Black with #AF706A

Text Example


Text Example

White with #AF706A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF706A; }

 p { color: rgb(175,112,106); }

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

background-color css

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

 a { background-color: rgb(175,112,106); }

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

border-color css

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

 span { border-color: rgb(175,112,106); }

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