Html Css Color HEX #AF7267 Coral Tree

📋 copy color: '#AF7267'

red 175 ◦ green 114 ◦ blue 103

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

Shades of Coral Tree #AF7267

Tints of Coral Tree #AF7267

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 26.28%

R = 44.64%
G = 29.08%
B = 26.28%

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

#AF7267 (or 0xAF7267) is known color: Coral Tree. HEX triplet: AF, 72 and 67. RGB value is (175,114,103). Sum of RGB (Red+Green+Blue) = 175+114+103=392 (51% of max value = 765). Red value is 175 (68.75% from 255 or 44.64% from 392); Green value is 114 (44.92% from 255 or 29.08% from 392); Blue value is 103 (40.62% from 255 or 26.28% from 392); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7267 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF7267 is #508D98. Grayscale: #838383. Windows color (decimal): -5279129 or 6779567. OLE color: 6779567.

HSL color Cylindrical-coordinate representation of color #AF7267: hue angle of 9.17º 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 #AF7267 is Cyan = 0, Magento = 0.35, Yellow = 0.41 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 114 103 -
CMYK 0 0.35 0.41 0.31
HSL 9.17º 0.31% 0.55% -
HSV(B) 9.17º 0.41% 0.69% -
XYZ 26.14 22.13 15.73 -
YUV 130.99 112.21 159.39 -
System Red Green Blue C M Y K H S L
Decimal 175 114 103 0 0.35 0.41 0.31 9.17 0.31 0.55
Hex AF 72 67 0 23 29 1F 9 1F 37
Octal 257 162 147 0 43 51 37 11 37 67
Binary 10101111 1110010 1100111 0 100011 101001 11111 1001 11111 110111

Color Harmonies of #AF7267

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7267

Black with #AF7267

Text Example


Text Example

White with #AF7267

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7267; }

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

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

background-color css

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

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

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

border-color css

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

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

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