Html Css Color HEX #AB693B Bourbon

📋 copy color: '#AB693B'

red 171 ◦ green 105 ◦ blue 59

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

Shades of Bourbon #AB693B

Tints of Bourbon #AB693B

RGB

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

 GREEN value IS 105 (41.41% from 255) = 31.34%

 BLUE value IS 59 (23.44% from 255) = 17.61%

R = 51.04%
G = 31.34%
B = 17.61%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.65

 K value IS 0.33

RGB Variations

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

Color information

#AB693B (or 0xAB693B) is known color: Bourbon. HEX triplet: AB, 69 and 3B. RGB value is (171,105,59). Sum of RGB (Red+Green+Blue) = 171+105+59=335 (44% of max value = 765). Red value is 171 (67.19% from 255 or 51.04% from 335); Green value is 105 (41.41% from 255 or 31.34% from 335); Blue value is 59 (23.44% from 255 or 17.61% from 335); Max value from RGB is 171 - color contains mainly: red. Hex color #AB693B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB693B is #5496C4. Grayscale: #777777. Windows color (decimal): -5543621 or 3893675. OLE color: 3893675.

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

Color convert

RGB 171 105 59 -
CMYK 0 0.39 0.65 0.33
HSL 24.64º 0.49% 0.45% -
HSV(B) 24.64º 0.65% 0.67% -
XYZ 22.64 19.08 6.63 -
YUV 119.49 93.87 164.74 -
System Red Green Blue C M Y K H S L
Decimal 171 105 59 0 0.39 0.65 0.33 24.64 0.49 0.45
Hex AB 69 3B 0 27 41 21 19 31 2D
Octal 253 151 73 0 47 101 41 31 61 55
Binary 10101011 1101001 111011 0 100111 1000001 100001 11001 110001 101101

Color Harmonies of #AB693B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB693B

Black with #AB693B

Text Example


Text Example

White with #AB693B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB693B; }

 p { color: rgb(171,105,59); }

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

background-color css

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

 a { background-color: rgb(171,105,59); }

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

border-color css

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

 span { border-color: rgb(171,105,59); }

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