Html Css Color HEX #AF312E Brown

📋 copy color: '#AF312E'

red 175 ◦ green 49 ◦ blue 46

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

Shades of Brown #AF312E

Tints of Brown #AF312E

RGB

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

 GREEN value IS 49 (19.53% from 255) = 18.15%

 BLUE value IS 46 (18.36% from 255) = 17.04%

R = 64.81%
G = 18.15%
B = 17.04%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.74

 K value IS 0.31

RGB Variations

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

Color information

#AF312E (or 0xAF312E) is known color: Brown. HEX triplet: AF, 31 and 2E. RGB value is (175,49,46). Sum of RGB (Red+Green+Blue) = 175+49+46=270 (35% of max value = 765). Red value is 175 (68.75% from 255 or 64.81% from 270); Green value is 49 (19.53% from 255 or 18.15% from 270); Blue value is 46 (18.36% from 255 or 17.04% from 270); Max value from RGB is 175 - color contains mainly: red. Hex color #AF312E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF312E is #50CED1. Grayscale: #565656. Windows color (decimal): -5295826 or 3027375. OLE color: 3027375.

HSL color Cylindrical-coordinate representation of color #AF312E: hue angle of 1.4º degrees, saturation: 0.58, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AF312E is Cyan = 0, Magento = 0.72, Yellow = 0.74 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 49 46 -
CMYK 0 0.72 0.74 0.31
HSL 1.4º 0.58% 0.43% -
HSV(B) 1.4º 0.74% 0.69% -
XYZ 19.27 11.51 3.79 -
YUV 86.33 105.24 191.24 -
System Red Green Blue C M Y K H S L
Decimal 175 49 46 0 0.72 0.74 0.31 1.4 0.58 0.43
Hex AF 31 2E 0 48 4A 1F 1 3A 2B
Octal 257 61 56 0 110 112 37 1 72 53
Binary 10101111 110001 101110 0 1001000 1001010 11111 1 111010 101011

Color Harmonies of #AF312E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF312E

Black with #AF312E

Text Example


Text Example

White with #AF312E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF312E; }

 p { color: rgb(175,49,46); }

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

background-color css

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

 a { background-color: rgb(175,49,46); }

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

border-color css

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

 span { border-color: rgb(175,49,46); }

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