Html Css Color HEX #AB763D Bourbon

📋 copy color: '#AB763D'

red 171 ◦ green 118 ◦ blue 61

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

Shades of Bourbon #AB763D

Tints of Bourbon #AB763D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 17.43%

R = 48.86%
G = 33.71%
B = 17.43%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.64

 K value IS 0.33

RGB Variations

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

Color information

#AB763D (or 0xAB763D) is known color: Bourbon. HEX triplet: AB, 76 and 3D. RGB value is (171,118,61). Sum of RGB (Red+Green+Blue) = 171+118+61=350 (46% of max value = 765). Red value is 171 (67.19% from 255 or 48.86% from 350); Green value is 118 (46.48% from 255 or 33.71% from 350); Blue value is 61 (24.22% from 255 or 17.43% from 350); Max value from RGB is 171 - color contains mainly: red. Hex color #AB763D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB763D is #5489C2. Grayscale: #7F7F7F. Windows color (decimal): -5540291 or 4028075. OLE color: 4028075.

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

Color convert

RGB 171 118 61 -
CMYK 0 0.31 0.64 0.33
HSL 31.09º 0.47% 0.45% -
HSV(B) 31.09º 0.64% 0.67% -
XYZ 24.12 21.95 7.38 -
YUV 127.35 90.56 159.13 -
System Red Green Blue C M Y K H S L
Decimal 171 118 61 0 0.31 0.64 0.33 31.09 0.47 0.45
Hex AB 76 3D 0 1F 40 21 1F 2F 2D
Octal 253 166 75 0 37 100 41 37 57 55
Binary 10101011 1110110 111101 0 11111 1000000 100001 11111 101111 101101

Color Harmonies of #AB763D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB763D

Black with #AB763D

Text Example


Text Example

White with #AB763D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB763D; }

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

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

background-color css

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

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

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

border-color css

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

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

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