Html Css Color HEX #A3721B Golden Brown

📋 copy color: '#A3721B'

red 163 ◦ green 114 ◦ blue 27

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

Shades of Golden Brown #A3721B

Tints of Golden Brown #A3721B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 8.88%

R = 53.62%
G = 37.5%
B = 8.88%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.83

 K value IS 0.36

RGB Variations

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

Color information

#A3721B (or 0xA3721B) is known color: Golden Brown. HEX triplet: A3, 72 and 1B. RGB value is (163,114,27). Sum of RGB (Red+Green+Blue) = 163+114+27=304 (40% of max value = 765). Red value is 163 (64.06% from 255 or 53.62% from 304); Green value is 114 (44.92% from 255 or 37.5% from 304); Blue value is 27 (10.94% from 255 or 8.88% from 304); Max value from RGB is 163 - color contains mainly: red. Hex color #A3721B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A3721B is #5C8DE4. Grayscale: #777777. Windows color (decimal): -6065637 or 1798819. OLE color: 1798819.

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

Color convert

RGB 163 114 27 -
CMYK 0 0.30 0.83 0.36
HSL 38.38º 0.72% 0.37% -
HSV(B) 38.38º 0.83% 0.64% -
XYZ 21.32 19.9 3.75 -
YUV 118.73 76.23 159.57 -
System Red Green Blue C M Y K H S L
Decimal 163 114 27 0 0.30 0.83 0.36 38.38 0.72 0.37
Hex A3 72 1B 0 1E 53 24 26 48 25
Octal 243 162 33 0 36 123 44 46 110 45
Binary 10100011 1110010 11011 0 11110 1010011 100100 100110 1001000 100101

Color Harmonies of #A3721B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3721B

Black with #A3721B

Text Example


Text Example

White with #A3721B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3721B; }

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

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

background-color css

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

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

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

border-color css

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

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

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