Html Css Color HEX #A26E1B Golden Brown

📋 copy color: '#A26E1B'

red 162 ◦ green 110 ◦ blue 27

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

Shades of Golden Brown #A26E1B

Tints of Golden Brown #A26E1B

RGB

 RED value IS 162 (63.67% from 255) = 54.18%

 GREEN value IS 110 (43.36% from 255) = 36.79%

 BLUE value IS 27 (10.94% from 255) = 9.03%

R = 54.18%
G = 36.79%
B = 9.03%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.83

 K value IS 0.36

RGB Variations

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

Color information

#A26E1B (or 0xA26E1B) is known color: Golden Brown. HEX triplet: A2, 6E and 1B. RGB value is (162,110,27). Sum of RGB (Red+Green+Blue) = 162+110+27=299 (39% of max value = 765). Red value is 162 (63.67% from 255 or 54.18% from 299); Green value is 110 (43.36% from 255 or 36.79% from 299); Blue value is 27 (10.94% from 255 or 9.03% from 299); Max value from RGB is 162 - color contains mainly: red. Hex color #A26E1B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A26E1B is #5D91E4. Grayscale: #747474. Windows color (decimal): -6132197 or 1797794. OLE color: 1797794.

HSL color Cylindrical-coordinate representation of color #A26E1B: hue angle of 36.89º degrees, saturation: 0.71, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A26E1B is Cyan = 0, Magento = 0.32, Yellow = 0.83 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 110 27 -
CMYK 0 0.32 0.83 0.36
HSL 36.89º 0.71% 0.37% -
HSV(B) 36.89º 0.83% 0.64% -
XYZ 20.67 18.91 3.6 -
YUV 116.09 77.73 160.75 -
System Red Green Blue C M Y K H S L
Decimal 162 110 27 0 0.32 0.83 0.36 36.89 0.71 0.37
Hex A2 6E 1B 0 20 53 24 25 47 25
Octal 242 156 33 0 40 123 44 45 107 45
Binary 10100010 1101110 11011 0 100000 1010011 100100 100101 1000111 100101

Color Harmonies of #A26E1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A26E1B

Black with #A26E1B

Text Example


Text Example

White with #A26E1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A26E1B; }

 p { color: rgb(162,110,27); }

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

background-color css

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

 a { background-color: rgb(162,110,27); }

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

border-color css

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

 span { border-color: rgb(162,110,27); }

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