Html Css Color HEX #A37003 Golden Brown

📋 copy color: '#A37003'

red 163 ◦ green 112 ◦ blue 3

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

Shades of Golden Brown #A37003

Tints of Golden Brown #A37003

RGB

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

 GREEN value IS 112 (44.14% from 255) = 40.29%

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

R = 58.63%
G = 40.29%
B = 1.08%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.98

 K value IS 0.36

RGB Variations

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

Color information

#A37003 (or 0xA37003) is known color: Golden Brown. HEX triplet: A3, 70 and 03. RGB value is (163,112,3). Sum of RGB (Red+Green+Blue) = 163+112+3=278 (36% of max value = 765). Red value is 163 (64.06% from 255 or 58.63% from 278); Green value is 112 (44.14% from 255 or 40.29% from 278); Blue value is 3 (1.56% from 255 or 1.08% from 278); Max value from RGB is 163 - color contains mainly: red. Hex color #A37003 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A37003 is #5C8FFC. Grayscale: #737373. Windows color (decimal): -6066173 or 225443. OLE color: 225443.

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

Color convert

RGB 163 112 3 -
CMYK 0 0.31 0.98 0.36
HSL 40.88º 0.96% 0.33% -
HSV(B) 40.88º 0.98% 0.64% -
XYZ 20.91 19.38 2.72 -
YUV 114.82 64.9 162.36 -
System Red Green Blue C M Y K H S L
Decimal 163 112 3 0 0.31 0.98 0.36 40.88 0.96 0.33
Hex A3 70 3 0 1F 62 24 29 60 21
Octal 243 160 3 0 37 142 44 51 140 41
Binary 10100011 1110000 11 0 11111 1100010 100100 101001 1100000 100001

Color Harmonies of #A37003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A37003

Black with #A37003

Text Example


Text Example

White with #A37003

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A37003; }

 p { color: rgb(163,112,3); }

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

background-color css

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

 a { background-color: rgb(163,112,3); }

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

border-color css

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

 span { border-color: rgb(163,112,3); }

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