Html Css Color HEX #AF302E Brown

📋 copy color: '#AF302E'

red 175 ◦ green 48 ◦ blue 46

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

Shades of Brown #AF302E

Tints of Brown #AF302E

RGB

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

 GREEN value IS 48 (19.14% from 255) = 17.84%

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

R = 65.06%
G = 17.84%
B = 17.1%

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

#AF302E (or 0xAF302E) is known color: Brown. HEX triplet: AF, 30 and 2E. RGB value is (175,48,46). Sum of RGB (Red+Green+Blue) = 175+48+46=269 (35% of max value = 765). Red value is 175 (68.75% from 255 or 65.06% from 269); Green value is 48 (19.14% from 255 or 17.84% from 269); Blue value is 46 (18.36% from 255 or 17.10% from 269); Max value from RGB is 175 - color contains mainly: red. Hex color #AF302E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF302E is #50CFD1. Grayscale: #555555. Windows color (decimal): -5296082 or 3027119. OLE color: 3027119.

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

Color convert

RGB 175 48 46 -
CMYK 0 0.73 0.74 0.31
HSL 0.93º 0.58% 0.43% -
HSV(B) 0.93º 0.74% 0.69% -
XYZ 19.23 11.43 3.78 -
YUV 85.75 105.58 191.66 -
System Red Green Blue C M Y K H S L
Decimal 175 48 46 0 0.73 0.74 0.31 0.93 0.58 0.43
Hex AF 30 2E 0 49 4A 1F 1 3A 2B
Octal 257 60 56 0 111 112 37 1 72 53
Binary 10101111 110000 101110 0 1001001 1001010 11111 1 111010 101011

Color Harmonies of #AF302E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF302E

Black with #AF302E

Text Example


Text Example

White with #AF302E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF302E; }

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

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

background-color css

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

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

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

border-color css

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

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

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