Html Css Color HEX #A06823 Buttered Rum

📋 copy color: '#A06823'

red 160 ◦ green 104 ◦ blue 35

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

Shades of Buttered Rum #A06823

Tints of Buttered Rum #A06823

RGB

 RED value IS 160 (62.89% from 255) = 53.51%

 GREEN value IS 104 (41.02% from 255) = 34.78%

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

R = 53.51%
G = 34.78%
B = 11.71%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.78

 K value IS 0.37

RGB Variations

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

Color information

#A06823 (or 0xA06823) is known color: Buttered Rum. HEX triplet: A0, 68 and 23. RGB value is (160,104,35). Sum of RGB (Red+Green+Blue) = 160+104+35=299 (39% of max value = 765). Red value is 160 (62.89% from 255 or 53.51% from 299); Green value is 104 (41.02% from 255 or 34.78% from 299); Blue value is 35 (14.06% from 255 or 11.71% from 299); Max value from RGB is 160 - color contains mainly: red. Hex color #A06823 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A06823 is #5F97DC. Grayscale: #717171. Windows color (decimal): -6264797 or 2320544. OLE color: 2320544.

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

Color convert

RGB 160 104 35 -
CMYK 0 0.35 0.78 0.37
HSL 33.12º 0.64% 0.38% -
HSV(B) 33.12º 0.78% 0.63% -
XYZ 19.75 17.5 3.93 -
YUV 112.88 84.05 161.61 -
System Red Green Blue C M Y K H S L
Decimal 160 104 35 0 0.35 0.78 0.37 33.12 0.64 0.38
Hex A0 68 23 0 23 4E 25 21 40 26
Octal 240 150 43 0 43 116 45 41 100 46
Binary 10100000 1101000 100011 0 100011 1001110 100101 100001 1000000 100110

Color Harmonies of #A06823

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A06823

Black with #A06823

Text Example


Text Example

White with #A06823

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A06823; }

 p { color: rgb(160,104,35); }

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

background-color css

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

 a { background-color: rgb(160,104,35); }

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

border-color css

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

 span { border-color: rgb(160,104,35); }

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