Html Css Color HEX #AF2F25 Brown

📋 copy color: '#AF2F25'

red 175 ◦ green 47 ◦ blue 37

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

Shades of Brown #AF2F25

Tints of Brown #AF2F25

RGB

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

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

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

R = 67.57%
G = 18.15%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.79

 K value IS 0.31

RGB Variations

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

Color information

#AF2F25 (or 0xAF2F25) is known color: Brown. HEX triplet: AF, 2F and 25. RGB value is (175,47,37). Sum of RGB (Red+Green+Blue) = 175+47+37=259 (34% of max value = 765). Red value is 175 (68.75% from 255 or 67.57% from 259); Green value is 47 (18.75% from 255 or 18.15% from 259); Blue value is 37 (14.84% from 255 or 14.29% from 259); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2F25 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF2F25 is #50D0DA. Grayscale: #545454. Windows color (decimal): -5296347 or 2437039. OLE color: 2437039.

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

Color convert

RGB 175 47 37 -
CMYK 0 0.73 0.79 0.31
HSL 4.35º 0.65% 0.42% -
HSV(B) 4.35º 0.79% 0.69% -
XYZ 19.03 11.28 2.92 -
YUV 84.13 101.41 192.81 -
System Red Green Blue C M Y K H S L
Decimal 175 47 37 0 0.73 0.79 0.31 4.35 0.65 0.42
Hex AF 2F 25 0 49 4F 1F 4 41 2A
Octal 257 57 45 0 111 117 37 4 101 52
Binary 10101111 101111 100101 0 1001001 1001111 11111 100 1000001 101010

Color Harmonies of #AF2F25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF2F25

Black with #AF2F25

Text Example


Text Example

White with #AF2F25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF2F25; }

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

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

background-color css

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

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

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

border-color css

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

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

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