Html Css Color HEX #AF7675 Coral Tree

📋 copy color: '#AF7675'

red 175 ◦ green 118 ◦ blue 117

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

Shades of Coral Tree #AF7675

Tints of Coral Tree #AF7675

RGB

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

 GREEN value IS 118 (46.48% from 255) = 28.78%

 BLUE value IS 117 (46.09% from 255) = 28.54%

R = 42.68%
G = 28.78%
B = 28.54%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.33

 K value IS 0.31

RGB Variations

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

Color information

#AF7675 (or 0xAF7675) is known color: Coral Tree. HEX triplet: AF, 76 and 75. RGB value is (175,118,117). Sum of RGB (Red+Green+Blue) = 175+118+117=410 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.68% from 410); Green value is 118 (46.48% from 255 or 28.78% from 410); Blue value is 117 (46.09% from 255 or 28.54% from 410); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7675 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF7675 is #50898A. Grayscale: #868686. Windows color (decimal): -5278091 or 7698095. OLE color: 7698095.

HSL color Cylindrical-coordinate representation of color #AF7675: hue angle of 1.03º degrees, saturation: 0.27, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AF7675 is Cyan = 0, Magento = 0.33, Yellow = 0.33 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 118 117 -
CMYK 0 0.33 0.33 0.31
HSL 1.03º 0.27% 0.57% -
HSV(B) 1.03º 0.33% 0.69% -
XYZ 27.37 23.36 19.9 -
YUV 134.93 117.88 156.58 -
System Red Green Blue C M Y K H S L
Decimal 175 118 117 0 0.33 0.33 0.31 1.03 0.27 0.57
Hex AF 76 75 0 21 21 1F 1 1B 39
Octal 257 166 165 0 41 41 37 1 33 71
Binary 10101111 1110110 1110101 0 100001 100001 11111 1 11011 111001

Color Harmonies of #AF7675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7675

Black with #AF7675

Text Example


Text Example

White with #AF7675

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7675; }

 p { color: rgb(175,118,117); }

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

background-color css

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

 a { background-color: rgb(175,118,117); }

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

border-color css

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

 span { border-color: rgb(175,118,117); }

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