Html Css Color HEX #AD2F26 Brown

📋 copy color: '#AD2F26'

red 173 ◦ green 47 ◦ blue 38

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

Shades of Brown #AD2F26

Tints of Brown #AD2F26

RGB

 RED value IS 173 (67.97% from 255) = 67.05%

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

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

R = 67.05%
G = 18.22%
B = 14.73%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.78

 K value IS 0.32

RGB Variations

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

Color information

#AD2F26 (or 0xAD2F26) is known color: Brown. HEX triplet: AD, 2F and 26. RGB value is (173,47,38). Sum of RGB (Red+Green+Blue) = 173+47+38=258 (34% of max value = 765). Red value is 173 (67.97% from 255 or 67.05% from 258); Green value is 47 (18.75% from 255 or 18.22% from 258); Blue value is 38 (15.23% from 255 or 14.73% from 258); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2F26 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD2F26 is #52D0D9. Grayscale: #535353. Windows color (decimal): -5427418 or 2502573. OLE color: 2502573.

HSL color Cylindrical-coordinate representation of color #AD2F26: hue angle of 4º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AD2F26 is Cyan = 0, Magento = 0.73, Yellow = 0.78 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 47 38 -
CMYK 0 0.73 0.78 0.32
HSL 0.64% 0.41% -
HSV(B) 0.78% 0.68% -
XYZ 18.6 11.06 2.99 -
YUV 83.65 102.24 191.73 -
System Red Green Blue C M Y K H S L
Decimal 173 47 38 0 0.73 0.78 0.32 4 0.64 0.41
Hex AD 2F 26 0 49 4E 20 4 40 29
Octal 255 57 46 0 111 116 40 4 100 51
Binary 10101101 101111 100110 0 1001001 1001110 100000 100 1000000 101001

Color Harmonies of #AD2F26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD2F26

Black with #AD2F26

Text Example


Text Example

White with #AD2F26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD2F26; }

 p { color: rgb(173,47,38); }

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

background-color css

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

 a { background-color: rgb(173,47,38); }

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

border-color css

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

 span { border-color: rgb(173,47,38); }

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