Html Css Color HEX #AF312A Brown

📋 copy color: '#AF312A'

red 175 ◦ green 49 ◦ blue 42

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

Shades of Brown #AF312A

Tints of Brown #AF312A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 15.79%

R = 65.79%
G = 18.42%
B = 15.79%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.76

 K value IS 0.31

RGB Variations

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

Color information

#AF312A (or 0xAF312A) is known color: Brown. HEX triplet: AF, 31 and 2A. RGB value is (175,49,42). Sum of RGB (Red+Green+Blue) = 175+49+42=266 (35% of max value = 765). Red value is 175 (68.75% from 255 or 65.79% from 266); Green value is 49 (19.53% from 255 or 18.42% from 266); Blue value is 42 (16.80% from 255 or 15.79% from 266); Max value from RGB is 175 - color contains mainly: red. Hex color #AF312A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF312A is #50CED5. Grayscale: #565656. Windows color (decimal): -5295830 or 2765231. OLE color: 2765231.

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

Color convert

RGB 175 49 42 -
CMYK 0 0.72 0.76 0.31
HSL 3.16º 0.61% 0.43% -
HSV(B) 3.16º 0.76% 0.69% -
XYZ 19.2 11.48 3.39 -
YUV 85.88 103.24 191.57 -
System Red Green Blue C M Y K H S L
Decimal 175 49 42 0 0.72 0.76 0.31 3.16 0.61 0.43
Hex AF 31 2A 0 48 4C 1F 3 3D 2B
Octal 257 61 52 0 110 114 37 3 75 53
Binary 10101111 110001 101010 0 1001000 1001100 11111 11 111101 101011

Color Harmonies of #AF312A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF312A

Black with #AF312A

Text Example


Text Example

White with #AF312A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF312A; }

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

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

background-color css

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

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

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

border-color css

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

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

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