Html Css Color HEX #AF2C29 Brown

📋 copy color: '#AF2C29'

red 175 ◦ green 44 ◦ blue 41

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

Shades of Brown #AF2C29

Tints of Brown #AF2C29

RGB

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

 GREEN value IS 44 (17.58% from 255) = 16.92%

 BLUE value IS 41 (16.41% from 255) = 15.77%

R = 67.31%
G = 16.92%
B = 15.77%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.77

 K value IS 0.31

RGB Variations

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

Color information

#AF2C29 (or 0xAF2C29) is known color: Brown. HEX triplet: AF, 2C and 29. RGB value is (175,44,41). Sum of RGB (Red+Green+Blue) = 175+44+41=260 (34% of max value = 765). Red value is 175 (68.75% from 255 or 67.31% from 260); Green value is 44 (17.58% from 255 or 16.92% from 260); Blue value is 41 (16.41% from 255 or 15.77% from 260); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2C29 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF2C29 is #50D3D6. Grayscale: #525252. Windows color (decimal): -5297111 or 2698415. OLE color: 2698415.

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

Color convert

RGB 175 44 41 -
CMYK 0 0.75 0.77 0.31
HSL 1.34º 0.62% 0.42% -
HSV(B) 1.34º 0.77% 0.69% -
XYZ 18.98 11.08 3.24 -
YUV 82.83 104.4 193.74 -
System Red Green Blue C M Y K H S L
Decimal 175 44 41 0 0.75 0.77 0.31 1.34 0.62 0.42
Hex AF 2C 29 0 4B 4D 1F 1 3E 2A
Octal 257 54 51 0 113 115 37 1 76 52
Binary 10101111 101100 101001 0 1001011 1001101 11111 1 111110 101010

Color Harmonies of #AF2C29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF2C29

Black with #AF2C29

Text Example


Text Example

White with #AF2C29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF2C29; }

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

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

background-color css

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

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

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

border-color css

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

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

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