Html Css Color HEX #A1830F Hacienda

📋 copy color: '#A1830F'

red 161 ◦ green 131 ◦ blue 15

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

Shades of Hacienda #A1830F

Tints of Hacienda #A1830F

RGB

 RED value IS 161 (63.28% from 255) = 52.44%

 GREEN value IS 131 (51.56% from 255) = 42.67%

 BLUE value IS 15 (6.25% from 255) = 4.89%

R = 52.44%
G = 42.67%
B = 4.89%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.91

 K value IS 0.37

RGB Variations

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

Color information

#A1830F (or 0xA1830F) is known color: Hacienda. HEX triplet: A1, 83 and 0F. RGB value is (161,131,15). Sum of RGB (Red+Green+Blue) = 161+131+15=307 (40% of max value = 765). Red value is 161 (63.28% from 255 or 52.44% from 307); Green value is 131 (51.56% from 255 or 42.67% from 307); Blue value is 15 (6.25% from 255 or 4.89% from 307); Max value from RGB is 161 - color contains mainly: red. Hex color #A1830F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A1830F is #5E7CF0. Grayscale: #7F7F7F. Windows color (decimal): -6192369 or 1016737. OLE color: 1016737.

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

Color convert

RGB 161 131 15 -
CMYK 0 0.19 0.91 0.37
HSL 47.67º 0.83% 0.35% -
HSV(B) 47.67º 0.91% 0.63% -
XYZ 22.9 23.84 3.85 -
YUV 126.75 64.94 152.43 -
System Red Green Blue C M Y K H S L
Decimal 161 131 15 0 0.19 0.91 0.37 47.67 0.83 0.35
Hex A1 83 F 0 13 5B 25 30 53 23
Octal 241 203 17 0 23 133 45 60 123 43
Binary 10100001 10000011 1111 0 10011 1011011 100101 110000 1010011 100011

Color Harmonies of #A1830F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1830F

Black with #A1830F

Text Example


Text Example

White with #A1830F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1830F; }

 p { color: rgb(161,131,15); }

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

background-color css

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

 a { background-color: rgb(161,131,15); }

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

border-color css

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

 span { border-color: rgb(161,131,15); }

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