Html Css Color HEX #AF312C Brown

📋 copy color: '#AF312C'

red 175 ◦ green 49 ◦ blue 44

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

Shades of Brown #AF312C

Tints of Brown #AF312C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 16.42%

R = 65.3%
G = 18.28%
B = 16.42%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.75

 K value IS 0.31

RGB Variations

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

Color information

#AF312C (or 0xAF312C) is known color: Brown. HEX triplet: AF, 31 and 2C. RGB value is (175,49,44). Sum of RGB (Red+Green+Blue) = 175+49+44=268 (35% of max value = 765). Red value is 175 (68.75% from 255 or 65.30% from 268); Green value is 49 (19.53% from 255 or 18.28% from 268); Blue value is 44 (17.58% from 255 or 16.42% from 268); Max value from RGB is 175 - color contains mainly: red. Hex color #AF312C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF312C is #50CED3. Grayscale: #565656. Windows color (decimal): -5295828 or 2896303. OLE color: 2896303.

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

Color convert

RGB 175 49 44 -
CMYK 0 0.72 0.75 0.31
HSL 2.29º 0.6% 0.43% -
HSV(B) 2.29º 0.75% 0.69% -
XYZ 19.23 11.49 3.59 -
YUV 86.1 104.24 191.41 -
System Red Green Blue C M Y K H S L
Decimal 175 49 44 0 0.72 0.75 0.31 2.29 0.6 0.43
Hex AF 31 2C 0 48 4B 1F 2 3C 2B
Octal 257 61 54 0 110 113 37 2 74 53
Binary 10101111 110001 101100 0 1001000 1001011 11111 10 111100 101011

Color Harmonies of #AF312C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF312C

Black with #AF312C

Text Example


Text Example

White with #AF312C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF312C; }

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

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

background-color css

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

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

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

border-color css

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

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

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