Html Css Color HEX #AF2F2E Brown

📋 copy color: '#AF2F2E'

red 175 ◦ green 47 ◦ blue 46

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

Shades of Brown #AF2F2E

Tints of Brown #AF2F2E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 17.16%

R = 65.3%
G = 17.54%
B = 17.16%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.74

 K value IS 0.31

RGB Variations

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

Color information

#AF2F2E (or 0xAF2F2E) is known color: Brown. HEX triplet: AF, 2F and 2E. RGB value is (175,47,46). Sum of RGB (Red+Green+Blue) = 175+47+46=268 (35% of max value = 765). Red value is 175 (68.75% from 255 or 65.30% from 268); Green value is 47 (18.75% from 255 or 17.54% from 268); Blue value is 46 (18.36% from 255 or 17.16% from 268); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2F2E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF2F2E is #50D0D1. Grayscale: #555555. Windows color (decimal): -5296338 or 3026863. OLE color: 3026863.

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

Color convert

RGB 175 47 46 -
CMYK 0 0.73 0.74 0.31
HSL 0.47º 0.58% 0.43% -
HSV(B) 0.47º 0.74% 0.69% -
XYZ 19.19 11.34 3.76 -
YUV 85.16 105.91 192.08 -
System Red Green Blue C M Y K H S L
Decimal 175 47 46 0 0.73 0.74 0.31 0.47 0.58 0.43
Hex AF 2F 2E 0 49 4A 1F 0 3A 2B
Octal 257 57 56 0 111 112 37 0 72 53
Binary 10101111 101111 101110 0 1001001 1001010 11111 0 111010 101011

Color Harmonies of #AF2F2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF2F2E

Black with #AF2F2E

Text Example


Text Example

White with #AF2F2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF2F2E; }

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

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

background-color css

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

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

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

border-color css

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

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

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