Html Css Color HEX #A1750F Golden Brown

📋 copy color: '#A1750F'

red 161 ◦ green 117 ◦ blue 15

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

Shades of Golden Brown #A1750F

Tints of Golden Brown #A1750F

RGB

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

 GREEN value IS 117 (46.09% from 255) = 39.93%

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

R = 54.95%
G = 39.93%
B = 5.12%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.91

 K value IS 0.37

RGB Variations

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

Color information

#A1750F (or 0xA1750F) is known color: Golden Brown. HEX triplet: A1, 75 and 0F. RGB value is (161,117,15). Sum of RGB (Red+Green+Blue) = 161+117+15=293 (38% of max value = 765). Red value is 161 (63.28% from 255 or 54.95% from 293); Green value is 117 (46.09% from 255 or 39.93% from 293); Blue value is 15 (6.25% from 255 or 5.12% from 293); Max value from RGB is 161 - color contains mainly: red. Hex color #A1750F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A1750F is #5E8AF0. Grayscale: #767676. Windows color (decimal): -6195953 or 1013153. OLE color: 1013153.

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

Color convert

RGB 161 117 15 -
CMYK 0 0.27 0.91 0.37
HSL 41.92º 0.83% 0.35% -
HSV(B) 41.92º 0.91% 0.63% -
XYZ 21.15 20.33 3.26 -
YUV 118.53 69.58 158.29 -
System Red Green Blue C M Y K H S L
Decimal 161 117 15 0 0.27 0.91 0.37 41.92 0.83 0.35
Hex A1 75 F 0 1B 5B 25 2A 53 23
Octal 241 165 17 0 33 133 45 52 123 43
Binary 10100001 1110101 1111 0 11011 1011011 100101 101010 1010011 100011

Color Harmonies of #A1750F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1750F

Black with #A1750F

Text Example


Text Example

White with #A1750F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1750F; }

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

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

background-color css

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

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

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

border-color css

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

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

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