Html Css Color HEX #AF7268 Coral Tree

📋 copy color: '#AF7268'

red 175 ◦ green 114 ◦ blue 104

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

Shades of Coral Tree #AF7268

Tints of Coral Tree #AF7268

RGB

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

 GREEN value IS 114 (44.92% from 255) = 29.01%

 BLUE value IS 104 (41.02% from 255) = 26.46%

R = 44.53%
G = 29.01%
B = 26.46%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.41

 K value IS 0.31

RGB Variations

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

Color information

#AF7268 (or 0xAF7268) is known color: Coral Tree. HEX triplet: AF, 72 and 68. RGB value is (175,114,104). Sum of RGB (Red+Green+Blue) = 175+114+104=393 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.53% from 393); Green value is 114 (44.92% from 255 or 29.01% from 393); Blue value is 104 (41.02% from 255 or 26.46% from 393); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7268 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF7268 is #508D97. Grayscale: #838383. Windows color (decimal): -5279128 or 6845103. OLE color: 6845103.

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

Color convert

RGB 175 114 104 -
CMYK 0 0.35 0.41 0.31
HSL 8.45º 0.31% 0.55% -
HSV(B) 8.45º 0.41% 0.69% -
XYZ 26.2 22.15 15.99 -
YUV 131.1 112.71 159.31 -
System Red Green Blue C M Y K H S L
Decimal 175 114 104 0 0.35 0.41 0.31 8.45 0.31 0.55
Hex AF 72 68 0 23 29 1F 8 1F 37
Octal 257 162 150 0 43 51 37 10 37 67
Binary 10101111 1110010 1101000 0 100011 101001 11111 1000 11111 110111

Color Harmonies of #AF7268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7268

Black with #AF7268

Text Example


Text Example

White with #AF7268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7268; }

 p { color: rgb(175,114,104); }

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

background-color css

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

 a { background-color: rgb(175,114,104); }

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

border-color css

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

 span { border-color: rgb(175,114,104); }

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