Html Css Color HEX #AB763F Bourbon

📋 copy color: '#AB763F'

red 171 ◦ green 118 ◦ blue 63

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

Shades of Bourbon #AB763F

Tints of Bourbon #AB763F

RGB

 RED value IS 171 (67.19% from 255) = 48.58%

 GREEN value IS 118 (46.48% from 255) = 33.52%

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

R = 48.58%
G = 33.52%
B = 17.9%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.63

 K value IS 0.33

RGB Variations

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

Color information

#AB763F (or 0xAB763F) is known color: Bourbon. HEX triplet: AB, 76 and 3F. RGB value is (171,118,63). Sum of RGB (Red+Green+Blue) = 171+118+63=352 (46% of max value = 765). Red value is 171 (67.19% from 255 or 48.58% from 352); Green value is 118 (46.48% from 255 or 33.52% from 352); Blue value is 63 (25% from 255 or 17.90% from 352); Max value from RGB is 171 - color contains mainly: red. Hex color #AB763F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB763F is #5489C0. Grayscale: #7F7F7F. Windows color (decimal): -5540289 or 4159147. OLE color: 4159147.

HSL color Cylindrical-coordinate representation of color #AB763F: hue angle of 30.56º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AB763F is Cyan = 0, Magento = 0.31, Yellow = 0.63 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 118 63 -
CMYK 0 0.31 0.63 0.33
HSL 30.56º 0.46% 0.46% -
HSV(B) 30.56º 0.63% 0.67% -
XYZ 24.17 21.97 7.67 -
YUV 127.58 91.56 158.97 -
System Red Green Blue C M Y K H S L
Decimal 171 118 63 0 0.31 0.63 0.33 30.56 0.46 0.46
Hex AB 76 3F 0 1F 3F 21 1F 2E 2E
Octal 253 166 77 0 37 77 41 37 56 56
Binary 10101011 1110110 111111 0 11111 111111 100001 11111 101110 101110

Color Harmonies of #AB763F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB763F

Black with #AB763F

Text Example


Text Example

White with #AB763F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB763F; }

 p { color: rgb(171,118,63); }

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

background-color css

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

 a { background-color: rgb(171,118,63); }

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

border-color css

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

 span { border-color: rgb(171,118,63); }

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