Html Css Color HEX #A06723 Buttered Rum

📋 copy color: '#A06723'

red 160 ◦ green 103 ◦ blue 35

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

Shades of Buttered Rum #A06723

Tints of Buttered Rum #A06723

RGB

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

 GREEN value IS 103 (40.63% from 255) = 34.56%

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

R = 53.69%
G = 34.56%
B = 11.74%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.78

 K value IS 0.37

RGB Variations

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

Color information

#A06723 (or 0xA06723) is known color: Buttered Rum. HEX triplet: A0, 67 and 23. RGB value is (160,103,35). Sum of RGB (Red+Green+Blue) = 160+103+35=298 (39% of max value = 765). Red value is 160 (62.89% from 255 or 53.69% from 298); Green value is 103 (40.62% from 255 or 34.56% from 298); Blue value is 35 (14.06% from 255 or 11.74% from 298); Max value from RGB is 160 - color contains mainly: red. Hex color #A06723 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A06723 is #5F98DC. Grayscale: #707070. Windows color (decimal): -6265053 or 2320288. OLE color: 2320288.

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

Color convert

RGB 160 103 35 -
CMYK 0 0.36 0.78 0.37
HSL 32.64º 0.64% 0.38% -
HSV(B) 32.64º 0.78% 0.63% -
XYZ 19.65 17.3 3.89 -
YUV 112.29 84.38 162.03 -
System Red Green Blue C M Y K H S L
Decimal 160 103 35 0 0.36 0.78 0.37 32.64 0.64 0.38
Hex A0 67 23 0 24 4E 25 21 40 26
Octal 240 147 43 0 44 116 45 41 100 46
Binary 10100000 1100111 100011 0 100100 1001110 100101 100001 1000000 100110

Color Harmonies of #A06723

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A06723

Black with #A06723

Text Example


Text Example

White with #A06723

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A06723; }

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

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

background-color css

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

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

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

border-color css

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

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

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