Html Css Color HEX #A5683E Bourbon

📋 copy color: '#A5683E'

red 165 ◦ green 104 ◦ blue 62

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

Shades of Bourbon #A5683E

Tints of Bourbon #A5683E

RGB

 RED value IS 165 (64.84% from 255) = 49.85%

 GREEN value IS 104 (41.02% from 255) = 31.42%

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

R = 49.85%
G = 31.42%
B = 18.73%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.62

 K value IS 0.35

RGB Variations

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

Color information

#A5683E (or 0xA5683E) is known color: Bourbon. HEX triplet: A5, 68 and 3E. RGB value is (165,104,62). Sum of RGB (Red+Green+Blue) = 165+104+62=331 (43% of max value = 765). Red value is 165 (64.84% from 255 or 49.85% from 331); Green value is 104 (41.02% from 255 or 31.42% from 331); Blue value is 62 (24.61% from 255 or 18.73% from 331); Max value from RGB is 165 - color contains mainly: red. Hex color #A5683E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A5683E is #5A97C1. Grayscale: #757575. Windows color (decimal): -5937090 or 4090021. OLE color: 4090021.

HSL color Cylindrical-coordinate representation of color #A5683E: hue angle of 24.47º degrees, saturation: 0.45, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A5683E is Cyan = 0, Magento = 0.37, Yellow = 0.62 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 104 62 -
CMYK 0 0.37 0.62 0.35
HSL 24.47º 0.45% 0.45% -
HSV(B) 24.47º 0.62% 0.65% -
XYZ 21.34 18.25 6.96 -
YUV 117.45 96.71 161.92 -
System Red Green Blue C M Y K H S L
Decimal 165 104 62 0 0.37 0.62 0.35 24.47 0.45 0.45
Hex A5 68 3E 0 25 3E 23 18 2D 2D
Octal 245 150 76 0 45 76 43 30 55 55
Binary 10100101 1101000 111110 0 100101 111110 100011 11000 101101 101101

Color Harmonies of #A5683E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5683E

Black with #A5683E

Text Example


Text Example

White with #A5683E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5683E; }

 p { color: rgb(165,104,62); }

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

background-color css

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

 a { background-color: rgb(165,104,62); }

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

border-color css

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

 span { border-color: rgb(165,104,62); }

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