Html Css Color HEX #A07433 Buttered Rum

📋 copy color: '#A07433'

red 160 ◦ green 116 ◦ blue 51

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

Shades of Buttered Rum #A07433

Tints of Buttered Rum #A07433

RGB

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

 GREEN value IS 116 (45.7% from 255) = 35.47%

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

R = 48.93%
G = 35.47%
B = 15.6%

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

#A07433 (or 0xA07433) is known color: Buttered Rum. HEX triplet: A0, 74 and 33. RGB value is (160,116,51). Sum of RGB (Red+Green+Blue) = 160+116+51=327 (43% of max value = 765). Red value is 160 (62.89% from 255 or 48.93% from 327); Green value is 116 (45.70% from 255 or 35.47% from 327); Blue value is 51 (20.31% from 255 or 15.60% from 327); Max value from RGB is 160 - color contains mainly: red. Hex color #A07433 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A07433 is #5F8BCC. Grayscale: #7A7A7A. Windows color (decimal): -6261709 or 3372192. OLE color: 3372192.

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

Color convert

RGB 160 116 51 -
CMYK 0 0.28 0.68 0.37
HSL 35.78º 0.52% 0.41% -
HSV(B) 35.78º 0.68% 0.63% -
XYZ 21.34 20.2 5.91 -
YUV 121.75 88.08 155.29 -
System Red Green Blue C M Y K H S L
Decimal 160 116 51 0 0.28 0.68 0.37 35.78 0.52 0.41
Hex A0 74 33 0 1C 44 25 24 34 29
Octal 240 164 63 0 34 104 45 44 64 51
Binary 10100000 1110100 110011 0 11100 1000100 100101 100100 110100 101001

Color Harmonies of #A07433

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A07433

Black with #A07433

Text Example


Text Example

White with #A07433

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A07433; }

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

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

background-color css

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

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

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

border-color css

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

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

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