Html Css Color HEX #A06923 Buttered Rum

📋 copy color: '#A06923'

red 160 ◦ green 105 ◦ blue 35

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

Shades of Buttered Rum #A06923

Tints of Buttered Rum #A06923

RGB

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

 GREEN value IS 105 (41.41% from 255) = 35%

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

R = 53.33%
G = 35%
B = 11.67%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.78

 K value IS 0.37

RGB Variations

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

Color information

#A06923 (or 0xA06923) is known color: Buttered Rum. HEX triplet: A0, 69 and 23. RGB value is (160,105,35). Sum of RGB (Red+Green+Blue) = 160+105+35=300 (39% of max value = 765). Red value is 160 (62.89% from 255 or 53.33% from 300); Green value is 105 (41.41% from 255 or 35% from 300); Blue value is 35 (14.06% from 255 or 11.67% from 300); Max value from RGB is 160 - color contains mainly: red. Hex color #A06923 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A06923 is #5F96DC. Grayscale: #717171. Windows color (decimal): -6264541 or 2320800. OLE color: 2320800.

HSL color Cylindrical-coordinate representation of color #A06923: hue angle of 33.6º 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 #A06923 is Cyan = 0, Magento = 0.34, Yellow = 0.78 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 105 35 -
CMYK 0 0.34 0.78 0.37
HSL 33.6º 0.64% 0.38% -
HSV(B) 33.6º 0.78% 0.63% -
XYZ 19.85 17.7 3.96 -
YUV 113.47 83.72 161.19 -
System Red Green Blue C M Y K H S L
Decimal 160 105 35 0 0.34 0.78 0.37 33.6 0.64 0.38
Hex A0 69 23 0 22 4E 25 22 40 26
Octal 240 151 43 0 42 116 45 42 100 46
Binary 10100000 1101001 100011 0 100010 1001110 100101 100010 1000000 100110

Color Harmonies of #A06923

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A06923

Black with #A06923

Text Example


Text Example

White with #A06923

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A06923; }

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

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

background-color css

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

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

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

border-color css

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

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

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