Html Css Color HEX #A5683F Bourbon

📋 copy color: '#A5683F'

red 165 ◦ green 104 ◦ blue 63

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

Shades of Bourbon #A5683F

Tints of Bourbon #A5683F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 18.98%

R = 49.7%
G = 31.33%
B = 18.98%

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

#A5683F (or 0xA5683F) is known color: Bourbon. HEX triplet: A5, 68 and 3F. RGB value is (165,104,63). Sum of RGB (Red+Green+Blue) = 165+104+63=332 (43% of max value = 765). Red value is 165 (64.84% from 255 or 49.70% from 332); Green value is 104 (41.02% from 255 or 31.33% from 332); Blue value is 63 (25% from 255 or 18.98% from 332); Max value from RGB is 165 - color contains mainly: red. Hex color #A5683F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A5683F is #5A97C0. Grayscale: #757575. Windows color (decimal): -5937089 or 4155557. OLE color: 4155557.

HSL color Cylindrical-coordinate representation of color #A5683F: hue angle of 24.12º 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 #A5683F is Cyan = 0, Magento = 0.37, Yellow = 0.62 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 104 63 -
CMYK 0 0.37 0.62 0.35
HSL 24.12º 0.45% 0.45% -
HSV(B) 24.12º 0.62% 0.65% -
XYZ 21.36 18.26 7.1 -
YUV 117.57 97.21 161.83 -
System Red Green Blue C M Y K H S L
Decimal 165 104 63 0 0.37 0.62 0.35 24.12 0.45 0.45
Hex A5 68 3F 0 25 3E 23 18 2D 2D
Octal 245 150 77 0 45 76 43 30 55 55
Binary 10100101 1101000 111111 0 100101 111110 100011 11000 101101 101101

Color Harmonies of #A5683F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5683F

Black with #A5683F

Text Example


Text Example

White with #A5683F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5683F; }

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

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

background-color css

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

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

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

border-color css

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

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

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