Html Css Color HEX #AF7A70 Coral Tree

📋 copy color: '#AF7A70'

red 175 ◦ green 122 ◦ blue 112

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

Shades of Coral Tree #AF7A70

Tints of Coral Tree #AF7A70

RGB

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

 GREEN value IS 122 (48.05% from 255) = 29.83%

 BLUE value IS 112 (44.14% from 255) = 27.38%

R = 42.79%
G = 29.83%
B = 27.38%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.36

 K value IS 0.31

RGB Variations

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

Color information

#AF7A70 (or 0xAF7A70) is known color: Coral Tree. HEX triplet: AF, 7A and 70. RGB value is (175,122,112). Sum of RGB (Red+Green+Blue) = 175+122+112=409 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.79% from 409); Green value is 122 (48.05% from 255 or 29.83% from 409); Blue value is 112 (44.14% from 255 or 27.38% from 409); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7A70 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF7A70 is #50858F. Grayscale: #888888. Windows color (decimal): -5277072 or 7371439. OLE color: 7371439.

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

Color convert

RGB 175 122 112 -
CMYK 0 0.30 0.36 0.31
HSL 9.52º 0.28% 0.56% -
HSV(B) 9.52º 0.36% 0.69% -
XYZ 27.56 24.2 18.55 -
YUV 136.71 114.06 155.31 -
System Red Green Blue C M Y K H S L
Decimal 175 122 112 0 0.30 0.36 0.31 9.52 0.28 0.56
Hex AF 7A 70 0 1E 24 1F A 1C 38
Octal 257 172 160 0 36 44 37 12 34 70
Binary 10101111 1111010 1110000 0 11110 100100 11111 1010 11100 111000

Color Harmonies of #AF7A70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7A70

Black with #AF7A70

Text Example


Text Example

White with #AF7A70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7A70; }

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

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

background-color css

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

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

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

border-color css

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

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

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