Html Css Color HEX #AF2F2C Brown

📋 copy color: '#AF2F2C'

red 175 ◦ green 47 ◦ blue 44

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

Shades of Brown #AF2F2C

Tints of Brown #AF2F2C

RGB

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

 GREEN value IS 47 (18.75% from 255) = 17.67%

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

R = 65.79%
G = 17.67%
B = 16.54%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.75

 K value IS 0.31

RGB Variations

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

Color information

#AF2F2C (or 0xAF2F2C) is known color: Brown. HEX triplet: AF, 2F and 2C. RGB value is (175,47,44). Sum of RGB (Red+Green+Blue) = 175+47+44=266 (35% of max value = 765). Red value is 175 (68.75% from 255 or 65.79% from 266); Green value is 47 (18.75% from 255 or 17.67% from 266); Blue value is 44 (17.58% from 255 or 16.54% from 266); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2F2C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF2F2C is #50D0D3. Grayscale: #555555. Windows color (decimal): -5296340 or 2895791. OLE color: 2895791.

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

Color convert

RGB 175 47 44 -
CMYK 0 0.73 0.75 0.31
HSL 1.37º 0.6% 0.43% -
HSV(B) 1.37º 0.75% 0.69% -
XYZ 19.15 11.33 3.56 -
YUV 84.93 104.91 192.24 -
System Red Green Blue C M Y K H S L
Decimal 175 47 44 0 0.73 0.75 0.31 1.37 0.6 0.43
Hex AF 2F 2C 0 49 4B 1F 1 3C 2B
Octal 257 57 54 0 111 113 37 1 74 53
Binary 10101111 101111 101100 0 1001001 1001011 11111 1 111100 101011

Color Harmonies of #AF2F2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF2F2C

Black with #AF2F2C

Text Example


Text Example

White with #AF2F2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF2F2C; }

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

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

background-color css

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

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

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

border-color css

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

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

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