Html Css Color HEX #A1530F Golden Brown

📋 copy color: '#A1530F'

red 161 ◦ green 83 ◦ blue 15

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

Shades of Golden Brown #A1530F

Tints of Golden Brown #A1530F

RGB

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

 GREEN value IS 83 (32.81% from 255) = 32.05%

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

R = 62.16%
G = 32.05%
B = 5.79%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.91

 K value IS 0.37

RGB Variations

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

Color information

#A1530F (or 0xA1530F) is known color: Golden Brown. HEX triplet: A1, 53 and 0F. RGB value is (161,83,15). Sum of RGB (Red+Green+Blue) = 161+83+15=259 (34% of max value = 765). Red value is 161 (63.28% from 255 or 62.16% from 259); Green value is 83 (32.81% from 255 or 32.05% from 259); Blue value is 15 (6.25% from 255 or 5.79% from 259); Max value from RGB is 161 - color contains mainly: red. Hex color #A1530F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A1530F is #5EACF0. Grayscale: #626262. Windows color (decimal): -6204657 or 1004449. OLE color: 1004449.

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

Color convert

RGB 161 83 15 -
CMYK 0 0.48 0.91 0.37
HSL 27.95º 0.83% 0.35% -
HSV(B) 27.95º 0.91% 0.63% -
XYZ 17.88 13.8 2.17 -
YUV 98.57 80.84 172.53 -
System Red Green Blue C M Y K H S L
Decimal 161 83 15 0 0.48 0.91 0.37 27.95 0.83 0.35
Hex A1 53 F 0 30 5B 25 1C 53 23
Octal 241 123 17 0 60 133 45 34 123 43
Binary 10100001 1010011 1111 0 110000 1011011 100101 11100 1010011 100011

Color Harmonies of #A1530F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1530F

Black with #A1530F

Text Example


Text Example

White with #A1530F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1530F; }

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

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

background-color css

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

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

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

border-color css

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

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

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