Html Css Color HEX #A8754B Bourbon

📋 copy color: '#A8754B'

red 168 ◦ green 117 ◦ blue 75

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

Shades of Bourbon #A8754B

Tints of Bourbon #A8754B

RGB

 RED value IS 168 (66.02% from 255) = 46.67%

 GREEN value IS 117 (46.09% from 255) = 32.5%

 BLUE value IS 75 (29.69% from 255) = 20.83%

R = 46.67%
G = 32.5%
B = 20.83%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.55

 K value IS 0.34

RGB Variations

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

Color information

#A8754B (or 0xA8754B) is known color: Bourbon. HEX triplet: A8, 75 and 4B. RGB value is (168,117,75). Sum of RGB (Red+Green+Blue) = 168+117+75=360 (47% of max value = 765). Red value is 168 (66.02% from 255 or 46.67% from 360); Green value is 117 (46.09% from 255 or 32.5% from 360); Blue value is 75 (29.69% from 255 or 20.83% from 360); Max value from RGB is 168 - color contains mainly: red. Hex color #A8754B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A8754B is #578AB4. Grayscale: #7F7F7F. Windows color (decimal): -5737141 or 4945320. OLE color: 4945320.

HSL color Cylindrical-coordinate representation of color #A8754B: hue angle of 27.1º degrees, saturation: 0.38, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A8754B is Cyan = 0, Magento = 0.30, Yellow = 0.55 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 117 75 -
CMYK 0 0.30 0.55 0.34
HSL 27.1º 0.38% 0.48% -
HSV(B) 27.1º 0.55% 0.66% -
XYZ 23.78 21.56 9.56 -
YUV 127.46 98.4 156.92 -
System Red Green Blue C M Y K H S L
Decimal 168 117 75 0 0.30 0.55 0.34 27.1 0.38 0.48
Hex A8 75 4B 0 1E 37 22 1B 26 30
Octal 250 165 113 0 36 67 42 33 46 60
Binary 10101000 1110101 1001011 0 11110 110111 100010 11011 100110 110000

Color Harmonies of #A8754B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8754B

Black with #A8754B

Text Example


Text Example

White with #A8754B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8754B; }

 p { color: rgb(168,117,75); }

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

background-color css

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

 a { background-color: rgb(168,117,75); }

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

border-color css

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

 span { border-color: rgb(168,117,75); }

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