Html Css Color HEX #A3721A Golden Brown

📋 copy color: '#A3721A'

red 163 ◦ green 114 ◦ blue 26

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

Shades of Golden Brown #A3721A

Tints of Golden Brown #A3721A

RGB

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

 GREEN value IS 114 (44.92% from 255) = 37.62%

 BLUE value IS 26 (10.55% from 255) = 8.58%

R = 53.8%
G = 37.62%
B = 8.58%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.84

 K value IS 0.36

RGB Variations

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

Color information

#A3721A (or 0xA3721A) is known color: Golden Brown. HEX triplet: A3, 72 and 1A. RGB value is (163,114,26). Sum of RGB (Red+Green+Blue) = 163+114+26=303 (40% of max value = 765). Red value is 163 (64.06% from 255 or 53.80% from 303); Green value is 114 (44.92% from 255 or 37.62% from 303); Blue value is 26 (10.55% from 255 or 8.58% from 303); Max value from RGB is 163 - color contains mainly: red. Hex color #A3721A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A3721A is #5C8DE5. Grayscale: #777777. Windows color (decimal): -6065638 or 1733283. OLE color: 1733283.

HSL color Cylindrical-coordinate representation of color #A3721A: hue angle of 38.54º degrees, saturation: 0.72, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A3721A is Cyan = 0, Magento = 0.30, Yellow = 0.84 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 114 26 -
CMYK 0 0.30 0.84 0.36
HSL 38.54º 0.72% 0.37% -
HSV(B) 38.54º 0.84% 0.64% -
XYZ 21.31 19.9 3.69 -
YUV 118.62 75.73 159.66 -
System Red Green Blue C M Y K H S L
Decimal 163 114 26 0 0.30 0.84 0.36 38.54 0.72 0.37
Hex A3 72 1A 0 1E 54 24 27 48 25
Octal 243 162 32 0 36 124 44 47 110 45
Binary 10100011 1110010 11010 0 11110 1010100 100100 100111 1001000 100101

Color Harmonies of #A3721A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3721A

Black with #A3721A

Text Example


Text Example

White with #A3721A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3721A; }

 p { color: rgb(163,114,26); }

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

background-color css

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

 a { background-color: rgb(163,114,26); }

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

border-color css

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

 span { border-color: rgb(163,114,26); }

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