Html Css Color HEX #A37108 Golden Brown

📋 copy color: '#A37108'

red 163 ◦ green 113 ◦ blue 8

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

Shades of Golden Brown #A37108

Tints of Golden Brown #A37108

RGB

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

 GREEN value IS 113 (44.53% from 255) = 39.79%

 BLUE value IS 8 (3.52% from 255) = 2.82%

R = 57.39%
G = 39.79%
B = 2.82%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.95

 K value IS 0.36

RGB Variations

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

Color information

#A37108 (or 0xA37108) is known color: Golden Brown. HEX triplet: A3, 71 and 08. RGB value is (163,113,8). Sum of RGB (Red+Green+Blue) = 163+113+8=284 (37% of max value = 765). Red value is 163 (64.06% from 255 or 57.39% from 284); Green value is 113 (44.53% from 255 or 39.79% from 284); Blue value is 8 (3.52% from 255 or 2.82% from 284); Max value from RGB is 163 - color contains mainly: red. Hex color #A37108 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A37108 is #5C8EF7. Grayscale: #747474. Windows color (decimal): -6065912 or 553379. OLE color: 553379.

HSL color Cylindrical-coordinate representation of color #A37108: hue angle of 40.65º degrees, saturation: 0.91, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A37108 is Cyan = 0, Magento = 0.31, Yellow = 0.95 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 113 8 -
CMYK 0 0.31 0.95 0.36
HSL 40.65º 0.91% 0.34% -
HSV(B) 40.65º 0.95% 0.64% -
XYZ 21.05 19.61 2.91 -
YUV 115.98 67.07 161.54 -
System Red Green Blue C M Y K H S L
Decimal 163 113 8 0 0.31 0.95 0.36 40.65 0.91 0.34
Hex A3 71 8 0 1F 5F 24 29 5B 22
Octal 243 161 10 0 37 137 44 51 133 42
Binary 10100011 1110001 1000 0 11111 1011111 100100 101001 1011011 100010

Color Harmonies of #A37108

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A37108

Black with #A37108

Text Example


Text Example

White with #A37108

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A37108; }

 p { color: rgb(163,113,8); }

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

background-color css

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

 a { background-color: rgb(163,113,8); }

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

border-color css

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

 span { border-color: rgb(163,113,8); }

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