Html Css Color HEX #A2713E Bourbon

📋 copy color: '#A2713E'

red 162 ◦ green 113 ◦ blue 62

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

Shades of Bourbon #A2713E

Tints of Bourbon #A2713E

RGB

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

 GREEN value IS 113 (44.53% from 255) = 33.53%

 BLUE value IS 62 (24.61% from 255) = 18.4%

R = 48.07%
G = 33.53%
B = 18.4%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.62

 K value IS 0.36

RGB Variations

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

Color information

#A2713E (or 0xA2713E) is known color: Bourbon. HEX triplet: A2, 71 and 3E. RGB value is (162,113,62). Sum of RGB (Red+Green+Blue) = 162+113+62=337 (44% of max value = 765). Red value is 162 (63.67% from 255 or 48.07% from 337); Green value is 113 (44.53% from 255 or 33.53% from 337); Blue value is 62 (24.61% from 255 or 18.40% from 337); Max value from RGB is 162 - color contains mainly: red. Hex color #A2713E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A2713E is #5D8EC1. Grayscale: #7A7A7A. Windows color (decimal): -6131394 or 4092322. OLE color: 4092322.

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

Color convert

RGB 162 113 62 -
CMYK 0 0.30 0.62 0.36
HSL 30.6º 0.45% 0.44% -
HSV(B) 30.6º 0.62% 0.64% -
XYZ 21.67 19.84 7.24 -
YUV 121.84 94.23 156.65 -
System Red Green Blue C M Y K H S L
Decimal 162 113 62 0 0.30 0.62 0.36 30.6 0.45 0.44
Hex A2 71 3E 0 1E 3E 24 1F 2D 2C
Octal 242 161 76 0 36 76 44 37 55 54
Binary 10100010 1110001 111110 0 11110 111110 100100 11111 101101 101100

Color Harmonies of #A2713E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2713E

Black with #A2713E

Text Example


Text Example

White with #A2713E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2713E; }

 p { color: rgb(162,113,62); }

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

background-color css

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

 a { background-color: rgb(162,113,62); }

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

border-color css

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

 span { border-color: rgb(162,113,62); }

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