Html Css Color HEX #A82B27 Brown

📋 copy color: '#A82B27'

red 168 ◦ green 43 ◦ blue 39

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

Shades of Brown #A82B27

Tints of Brown #A82B27

RGB

 RED value IS 168 (66.02% from 255) = 67.2%

 GREEN value IS 43 (17.19% from 255) = 17.2%

 BLUE value IS 39 (15.63% from 255) = 15.6%

R = 67.2%
G = 17.2%
B = 15.6%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.77

 K value IS 0.34

RGB Variations

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

Color information

#A82B27 (or 0xA82B27) is known color: Brown. HEX triplet: A8, 2B and 27. RGB value is (168,43,39). Sum of RGB (Red+Green+Blue) = 168+43+39=250 (33% of max value = 765). Red value is 168 (66.02% from 255 or 67.2% from 250); Green value is 43 (17.19% from 255 or 17.2% from 250); Blue value is 39 (15.62% from 255 or 15.6% from 250); Max value from RGB is 168 - color contains mainly: red. Hex color #A82B27 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A82B27 is #57D4D8. Grayscale: #505050. Windows color (decimal): -5756121 or 2567080. OLE color: 2567080.

HSL color Cylindrical-coordinate representation of color #A82B27: hue angle of 1.86º degrees, saturation: 0.62, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A82B27 is Cyan = 0, Magento = 0.74, Yellow = 0.77 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 43 39 -
CMYK 0 0.74 0.77 0.34
HSL 1.86º 0.62% 0.41% -
HSV(B) 1.86º 0.77% 0.66% -
XYZ 17.38 10.2 2.97 -
YUV 79.92 104.91 190.83 -
System Red Green Blue C M Y K H S L
Decimal 168 43 39 0 0.74 0.77 0.34 1.86 0.62 0.41
Hex A8 2B 27 0 4A 4D 22 2 3E 29
Octal 250 53 47 0 112 115 42 2 76 51
Binary 10101000 101011 100111 0 1001010 1001101 100010 10 111110 101001

Color Harmonies of #A82B27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A82B27

Black with #A82B27

Text Example


Text Example

White with #A82B27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A82B27; }

 p { color: rgb(168,43,39); }

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

background-color css

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

 a { background-color: rgb(168,43,39); }

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

border-color css

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

 span { border-color: rgb(168,43,39); }

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