Html Css Color HEX #A87103 Golden Brown

📋 copy color: '#A87103'

red 168 ◦ green 113 ◦ blue 3

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

Shades of Golden Brown #A87103

Tints of Golden Brown #A87103

RGB

 RED value IS 168 (66.02% from 255) = 59.15%

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

 BLUE value IS 3 (1.56% from 255) = 1.06%

R = 59.15%
G = 39.79%
B = 1.06%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.98

 K value IS 0.34

RGB Variations

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

Color information

#A87103 (or 0xA87103) is known color: Golden Brown. HEX triplet: A8, 71 and 03. RGB value is (168,113,3). Sum of RGB (Red+Green+Blue) = 168+113+3=284 (37% of max value = 765). Red value is 168 (66.02% from 255 or 59.15% from 284); Green value is 113 (44.53% from 255 or 39.79% from 284); Blue value is 3 (1.56% from 255 or 1.06% from 284); Max value from RGB is 168 - color contains mainly: red. Hex color #A87103 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A87103 is #578EFC. Grayscale: #757575. Windows color (decimal): -5738237 or 225704. OLE color: 225704.

HSL color Cylindrical-coordinate representation of color #A87103: hue angle of 40º degrees, saturation: 0.96, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A87103 is Cyan = 0, Magento = 0.33, Yellow = 0.98 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 113 3 -
CMYK 0 0.33 0.98 0.34
HSL 40º 0.96% 0.34% -
HSV(B) 40º 0.98% 0.66% -
XYZ 22.07 20.14 2.81 -
YUV 116.91 63.72 164.44 -
System Red Green Blue C M Y K H S L
Decimal 168 113 3 0 0.33 0.98 0.34 40 0.96 0.34
Hex A8 71 3 0 21 62 22 28 60 22
Octal 250 161 3 0 41 142 42 50 140 42
Binary 10101000 1110001 11 0 100001 1100010 100010 101000 1100000 100010

Color Harmonies of #A87103

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A87103

Black with #A87103

Text Example


Text Example

White with #A87103

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A87103; }

 p { color: rgb(168,113,3); }

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

background-color css

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

 a { background-color: rgb(168,113,3); }

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

border-color css

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

 span { border-color: rgb(168,113,3); }

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