Html Css Color HEX #AF2E25 Brown

📋 copy color: '#AF2E25'

red 175 ◦ green 46 ◦ blue 37

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

Shades of Brown #AF2E25

Tints of Brown #AF2E25

RGB

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

 GREEN value IS 46 (18.36% from 255) = 17.83%

 BLUE value IS 37 (14.84% from 255) = 14.34%

R = 67.83%
G = 17.83%
B = 14.34%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.79

 K value IS 0.31

RGB Variations

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

Color information

#AF2E25 (or 0xAF2E25) is known color: Brown. HEX triplet: AF, 2E and 25. RGB value is (175,46,37). Sum of RGB (Red+Green+Blue) = 175+46+37=258 (34% of max value = 765). Red value is 175 (68.75% from 255 or 67.83% from 258); Green value is 46 (18.36% from 255 or 17.83% from 258); Blue value is 37 (14.84% from 255 or 14.34% from 258); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2E25 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF2E25 is #50D1DA. Grayscale: #535353. Windows color (decimal): -5296603 or 2436783. OLE color: 2436783.

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

Color convert

RGB 175 46 37 -
CMYK 0 0.74 0.79 0.31
HSL 3.91º 0.65% 0.42% -
HSV(B) 3.91º 0.79% 0.69% -
XYZ 18.99 11.2 2.91 -
YUV 83.55 101.74 193.23 -
System Red Green Blue C M Y K H S L
Decimal 175 46 37 0 0.74 0.79 0.31 3.91 0.65 0.42
Hex AF 2E 25 0 4A 4F 1F 4 41 2A
Octal 257 56 45 0 112 117 37 4 101 52
Binary 10101111 101110 100101 0 1001010 1001111 11111 100 1000001 101010

Color Harmonies of #AF2E25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF2E25

Black with #AF2E25

Text Example


Text Example

White with #AF2E25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF2E25; }

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

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

background-color css

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

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

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

border-color css

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

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

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