Html Css Color HEX #A2721A Golden Brown

📋 copy color: '#A2721A'

red 162 ◦ green 114 ◦ blue 26

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

Shades of Golden Brown #A2721A

Tints of Golden Brown #A2721A

RGB

 RED value IS 162 (63.67% from 255) = 53.64%

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

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

R = 53.64%
G = 37.75%
B = 8.61%

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

#A2721A (or 0xA2721A) is known color: Golden Brown. HEX triplet: A2, 72 and 1A. RGB value is (162,114,26). Sum of RGB (Red+Green+Blue) = 162+114+26=302 (40% of max value = 765). Red value is 162 (63.67% from 255 or 53.64% from 302); Green value is 114 (44.92% from 255 or 37.75% from 302); Blue value is 26 (10.55% from 255 or 8.61% from 302); Max value from RGB is 162 - color contains mainly: red. Hex color #A2721A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A2721A is #5D8DE5. Grayscale: #767676. Windows color (decimal): -6131174 or 1733282. OLE color: 1733282.

HSL color Cylindrical-coordinate representation of color #A2721A: hue angle of 38.82º 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 #A2721A is Cyan = 0, Magento = 0.30, Yellow = 0.84 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 114 26 -
CMYK 0 0.30 0.84 0.36
HSL 38.82º 0.72% 0.37% -
HSV(B) 38.82º 0.84% 0.64% -
XYZ 21.1 19.79 3.68 -
YUV 118.32 75.9 159.16 -
System Red Green Blue C M Y K H S L
Decimal 162 114 26 0 0.30 0.84 0.36 38.82 0.72 0.37
Hex A2 72 1A 0 1E 54 24 27 48 25
Octal 242 162 32 0 36 124 44 47 110 45
Binary 10100010 1110010 11010 0 11110 1010100 100100 100111 1001000 100101

Color Harmonies of #A2721A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2721A

Black with #A2721A

Text Example


Text Example

White with #A2721A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2721A; }

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

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

background-color css

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

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

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

border-color css

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

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

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