Html Css Color HEX #A07333 Buttered Rum

📋 copy color: '#A07333'

red 160 ◦ green 115 ◦ blue 51

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

Shades of Buttered Rum #A07333

Tints of Buttered Rum #A07333

RGB

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

 GREEN value IS 115 (45.31% from 255) = 35.28%

 BLUE value IS 51 (20.31% from 255) = 15.64%

R = 49.08%
G = 35.28%
B = 15.64%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.68

 K value IS 0.37

RGB Variations

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

Color information

#A07333 (or 0xA07333) is known color: Buttered Rum. HEX triplet: A0, 73 and 33. RGB value is (160,115,51). Sum of RGB (Red+Green+Blue) = 160+115+51=326 (43% of max value = 765). Red value is 160 (62.89% from 255 or 49.08% from 326); Green value is 115 (45.31% from 255 or 35.28% from 326); Blue value is 51 (20.31% from 255 or 15.64% from 326); Max value from RGB is 160 - color contains mainly: red. Hex color #A07333 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A07333 is #5F8CCC. Grayscale: #797979. Windows color (decimal): -6261965 or 3371936. OLE color: 3371936.

HSL color Cylindrical-coordinate representation of color #A07333: hue angle of 35.23º degrees, saturation: 0.52, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A07333 is Cyan = 0, Magento = 0.28, Yellow = 0.68 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 115 51 -
CMYK 0 0.28 0.68 0.37
HSL 35.23º 0.52% 0.41% -
HSV(B) 35.23º 0.68% 0.63% -
XYZ 21.23 19.97 5.87 -
YUV 121.16 88.41 155.7 -
System Red Green Blue C M Y K H S L
Decimal 160 115 51 0 0.28 0.68 0.37 35.23 0.52 0.41
Hex A0 73 33 0 1C 44 25 23 34 29
Octal 240 163 63 0 34 104 45 43 64 51
Binary 10100000 1110011 110011 0 11100 1000100 100101 100011 110100 101001

Color Harmonies of #A07333

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A07333

Black with #A07333

Text Example


Text Example

White with #A07333

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A07333; }

 p { color: rgb(160,115,51); }

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

background-color css

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

 a { background-color: rgb(160,115,51); }

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

border-color css

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

 span { border-color: rgb(160,115,51); }

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