Html Css Color HEX #A37510 Golden Brown

📋 copy color: '#A37510'

red 163 ◦ green 117 ◦ blue 16

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

Shades of Golden Brown #A37510

Tints of Golden Brown #A37510

RGB

 RED value IS 163 (64.06% from 255) = 55.07%

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

 BLUE value IS 16 (6.64% from 255) = 5.41%

R = 55.07%
G = 39.53%
B = 5.41%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.90

 K value IS 0.36

RGB Variations

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

Color information

#A37510 (or 0xA37510) is known color: Golden Brown. HEX triplet: A3, 75 and 10. RGB value is (163,117,16). Sum of RGB (Red+Green+Blue) = 163+117+16=296 (39% of max value = 765). Red value is 163 (64.06% from 255 or 55.07% from 296); Green value is 117 (46.09% from 255 or 39.53% from 296); Blue value is 16 (6.64% from 255 or 5.41% from 296); Max value from RGB is 163 - color contains mainly: red. Hex color #A37510 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A37510 is #5C8AEF. Grayscale: #777777. Windows color (decimal): -6064880 or 1078691. OLE color: 1078691.

HSL color Cylindrical-coordinate representation of color #A37510: hue angle of 41.22º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A37510 is Cyan = 0, Magento = 0.28, Yellow = 0.90 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 117 16 -
CMYK 0 0.28 0.90 0.36
HSL 41.22º 0.82% 0.35% -
HSV(B) 41.22º 0.9% 0.64% -
XYZ 21.56 20.55 3.32 -
YUV 119.24 69.74 159.21 -
System Red Green Blue C M Y K H S L
Decimal 163 117 16 0 0.28 0.90 0.36 41.22 0.82 0.35
Hex A3 75 10 0 1C 5A 24 29 52 23
Octal 243 165 20 0 34 132 44 51 122 43
Binary 10100011 1110101 10000 0 11100 1011010 100100 101001 1010010 100011

Color Harmonies of #A37510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A37510

Black with #A37510

Text Example


Text Example

White with #A37510

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A37510; }

 p { color: rgb(163,117,16); }

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

background-color css

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

 a { background-color: rgb(163,117,16); }

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

border-color css

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

 span { border-color: rgb(163,117,16); }

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