Html Css Color HEX #A2631E Golden Brown

📋 copy color: '#A2631E'

red 162 ◦ green 99 ◦ blue 30

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

Shades of Golden Brown #A2631E

Tints of Golden Brown #A2631E

RGB

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

 GREEN value IS 99 (39.06% from 255) = 34.02%

 BLUE value IS 30 (12.11% from 255) = 10.31%

R = 55.67%
G = 34.02%
B = 10.31%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.81

 K value IS 0.36

RGB Variations

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

Color information

#A2631E (or 0xA2631E) is known color: Golden Brown. HEX triplet: A2, 63 and 1E. RGB value is (162,99,30). Sum of RGB (Red+Green+Blue) = 162+99+30=291 (38% of max value = 765). Red value is 162 (63.67% from 255 or 55.67% from 291); Green value is 99 (39.06% from 255 or 34.02% from 291); Blue value is 30 (12.11% from 255 or 10.31% from 291); Max value from RGB is 162 - color contains mainly: red. Hex color #A2631E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A2631E is #5D9CE1. Grayscale: #6E6E6E. Windows color (decimal): -6135010 or 1991586. OLE color: 1991586.

HSL color Cylindrical-coordinate representation of color #A2631E: hue angle of 31.36º degrees, saturation: 0.69, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A2631E is Cyan = 0, Magento = 0.39, Yellow = 0.81 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 99 30 -
CMYK 0 0.39 0.81 0.36
HSL 31.36º 0.69% 0.38% -
HSV(B) 31.36º 0.81% 0.64% -
XYZ 19.6 16.7 3.42 -
YUV 109.97 82.87 165.11 -
System Red Green Blue C M Y K H S L
Decimal 162 99 30 0 0.39 0.81 0.36 31.36 0.69 0.38
Hex A2 63 1E 0 27 51 24 1F 45 26
Octal 242 143 36 0 47 121 44 37 105 46
Binary 10100010 1100011 11110 0 100111 1010001 100100 11111 1000101 100110

Color Harmonies of #A2631E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2631E

Black with #A2631E

Text Example


Text Example

White with #A2631E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2631E; }

 p { color: rgb(162,99,30); }

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

background-color css

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

 a { background-color: rgb(162,99,30); }

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

border-color css

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

 span { border-color: rgb(162,99,30); }

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