Html Css Color HEX #AF3426 Brown

📋 copy color: '#AF3426'

red 175 ◦ green 52 ◦ blue 38

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

Shades of Brown #AF3426

Tints of Brown #AF3426

RGB

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

 GREEN value IS 52 (20.7% from 255) = 19.62%

 BLUE value IS 38 (15.23% from 255) = 14.34%

R = 66.04%
G = 19.62%
B = 14.34%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.78

 K value IS 0.31

RGB Variations

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

Color information

#AF3426 (or 0xAF3426) is known color: Brown. HEX triplet: AF, 34 and 26. RGB value is (175,52,38). Sum of RGB (Red+Green+Blue) = 175+52+38=265 (35% of max value = 765). Red value is 175 (68.75% from 255 or 66.04% from 265); Green value is 52 (20.70% from 255 or 19.62% from 265); Blue value is 38 (15.23% from 255 or 14.34% from 265); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3426 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF3426 is #50CBD9. Grayscale: #575757. Windows color (decimal): -5295066 or 2503855. OLE color: 2503855.

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

Color convert

RGB 175 52 38 -
CMYK 0 0.70 0.78 0.31
HSL 6.13º 0.64% 0.42% -
HSV(B) 6.13º 0.78% 0.69% -
XYZ 19.26 11.71 3.08 -
YUV 87.18 100.25 190.64 -
System Red Green Blue C M Y K H S L
Decimal 175 52 38 0 0.70 0.78 0.31 6.13 0.64 0.42
Hex AF 34 26 0 46 4E 1F 6 40 2A
Octal 257 64 46 0 106 116 37 6 100 52
Binary 10101111 110100 100110 0 1000110 1001110 11111 110 1000000 101010

Color Harmonies of #AF3426

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF3426

Black with #AF3426

Text Example


Text Example

White with #AF3426

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF3426; }

 p { color: rgb(175,52,38); }

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

background-color css

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

 a { background-color: rgb(175,52,38); }

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

border-color css

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

 span { border-color: rgb(175,52,38); }

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