Html Css Color HEX #AF7069 Coral Tree

📋 copy color: '#AF7069'

red 175 ◦ green 112 ◦ blue 105

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

Shades of Coral Tree #AF7069

Tints of Coral Tree #AF7069

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 26.79%

R = 44.64%
G = 28.57%
B = 26.79%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.40

 K value IS 0.31

RGB Variations

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

Color information

#AF7069 (or 0xAF7069) is known color: Coral Tree. HEX triplet: AF, 70 and 69. RGB value is (175,112,105). Sum of RGB (Red+Green+Blue) = 175+112+105=392 (51% of max value = 765). Red value is 175 (68.75% from 255 or 44.64% from 392); Green value is 112 (44.14% from 255 or 28.57% from 392); Blue value is 105 (41.41% from 255 or 26.79% from 392); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7069 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF7069 is #508F96. Grayscale: #828282. Windows color (decimal): -5279639 or 6910127. OLE color: 6910127.

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

Color convert

RGB 175 112 105 -
CMYK 0 0.36 0.40 0.31
HSL 0.3% 0.55% -
HSV(B) 0.4% 0.69% -
XYZ 26.02 21.72 16.19 -
YUV 130.04 113.87 160.07 -
System Red Green Blue C M Y K H S L
Decimal 175 112 105 0 0.36 0.40 0.31 6 0.3 0.55
Hex AF 70 69 0 24 28 1F 6 1E 37
Octal 257 160 151 0 44 50 37 6 36 67
Binary 10101111 1110000 1101001 0 100100 101000 11111 110 11110 110111

Color Harmonies of #AF7069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7069

Black with #AF7069

Text Example


Text Example

White with #AF7069

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7069; }

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

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

background-color css

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

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

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

border-color css

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

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

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