Html Css Color HEX #A26A23 Buttered Rum

📋 copy color: '#A26A23'

red 162 ◦ green 106 ◦ blue 35

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

Shades of Buttered Rum #A26A23

Tints of Buttered Rum #A26A23

RGB

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

 GREEN value IS 106 (41.8% from 255) = 34.98%

 BLUE value IS 35 (14.06% from 255) = 11.55%

R = 53.47%
G = 34.98%
B = 11.55%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.78

 K value IS 0.36

RGB Variations

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

Color information

#A26A23 (or 0xA26A23) is known color: Buttered Rum. HEX triplet: A2, 6A and 23. RGB value is (162,106,35). Sum of RGB (Red+Green+Blue) = 162+106+35=303 (40% of max value = 765). Red value is 162 (63.67% from 255 or 53.47% from 303); Green value is 106 (41.80% from 255 or 34.98% from 303); Blue value is 35 (14.06% from 255 or 11.55% from 303); Max value from RGB is 162 - color contains mainly: red. Hex color #A26A23 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A26A23 is #5D95DC. Grayscale: #727272. Windows color (decimal): -6133213 or 2321058. OLE color: 2321058.

HSL color Cylindrical-coordinate representation of color #A26A23: hue angle of 33.54º degrees, saturation: 0.64, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A26A23 is Cyan = 0, Magento = 0.35, Yellow = 0.78 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 106 35 -
CMYK 0 0.35 0.78 0.36
HSL 33.54º 0.64% 0.39% -
HSV(B) 33.54º 0.78% 0.64% -
XYZ 20.36 18.11 4.01 -
YUV 114.65 83.05 161.77 -
System Red Green Blue C M Y K H S L
Decimal 162 106 35 0 0.35 0.78 0.36 33.54 0.64 0.39
Hex A2 6A 23 0 23 4E 24 22 40 27
Octal 242 152 43 0 43 116 44 42 100 47
Binary 10100010 1101010 100011 0 100011 1001110 100100 100010 1000000 100111

Color Harmonies of #A26A23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A26A23

Black with #A26A23

Text Example


Text Example

White with #A26A23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A26A23; }

 p { color: rgb(162,106,35); }

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

background-color css

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

 a { background-color: rgb(162,106,35); }

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

border-color css

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

 span { border-color: rgb(162,106,35); }

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