Html Css Color HEX #A2721B Golden Brown

📋 copy color: '#A2721B'

red 162 ◦ green 114 ◦ blue 27

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

Shades of Golden Brown #A2721B

Tints of Golden Brown #A2721B

RGB

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

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

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

R = 53.47%
G = 37.62%
B = 8.91%

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

#A2721B (or 0xA2721B) is known color: Golden Brown. HEX triplet: A2, 72 and 1B. RGB value is (162,114,27). Sum of RGB (Red+Green+Blue) = 162+114+27=303 (40% of max value = 765). Red value is 162 (63.67% from 255 or 53.47% from 303); Green value is 114 (44.92% from 255 or 37.62% from 303); Blue value is 27 (10.94% from 255 or 8.91% from 303); Max value from RGB is 162 - color contains mainly: red. Hex color #A2721B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A2721B is #5D8DE4. Grayscale: #767676. Windows color (decimal): -6131173 or 1798818. OLE color: 1798818.

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

Color convert

RGB 162 114 27 -
CMYK 0 0.30 0.83 0.36
HSL 38.67º 0.71% 0.37% -
HSV(B) 38.67º 0.83% 0.64% -
XYZ 21.12 19.8 3.74 -
YUV 118.43 76.4 159.07 -
System Red Green Blue C M Y K H S L
Decimal 162 114 27 0 0.30 0.83 0.36 38.67 0.71 0.37
Hex A2 72 1B 0 1E 53 24 27 47 25
Octal 242 162 33 0 36 123 44 47 107 45
Binary 10100010 1110010 11011 0 11110 1010011 100100 100111 1000111 100101

Color Harmonies of #A2721B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2721B

Black with #A2721B

Text Example


Text Example

White with #A2721B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2721B; }

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

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

background-color css

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

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

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

border-color css

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

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

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