Html Css Color HEX #AB693F Bourbon

📋 copy color: '#AB693F'

red 171 ◦ green 105 ◦ blue 63

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

Shades of Bourbon #AB693F

Tints of Bourbon #AB693F

RGB

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

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

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

R = 50.44%
G = 30.97%
B = 18.58%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.63

 K value IS 0.33

RGB Variations

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

Color information

#AB693F (or 0xAB693F) is known color: Bourbon. HEX triplet: AB, 69 and 3F. RGB value is (171,105,63). Sum of RGB (Red+Green+Blue) = 171+105+63=339 (44% of max value = 765). Red value is 171 (67.19% from 255 or 50.44% from 339); Green value is 105 (41.41% from 255 or 30.97% from 339); Blue value is 63 (25% from 255 or 18.58% from 339); Max value from RGB is 171 - color contains mainly: red. Hex color #AB693F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB693F is #5496C0. Grayscale: #787878. Windows color (decimal): -5543617 or 4155819. OLE color: 4155819.

HSL color Cylindrical-coordinate representation of color #AB693F: hue angle of 23.33º 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 #AB693F is Cyan = 0, Magento = 0.39, Yellow = 0.63 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 105 63 -
CMYK 0 0.39 0.63 0.33
HSL 23.33º 0.46% 0.46% -
HSV(B) 23.33º 0.63% 0.67% -
XYZ 22.74 19.12 7.19 -
YUV 119.95 95.87 164.42 -
System Red Green Blue C M Y K H S L
Decimal 171 105 63 0 0.39 0.63 0.33 23.33 0.46 0.46
Hex AB 69 3F 0 27 3F 21 17 2E 2E
Octal 253 151 77 0 47 77 41 27 56 56
Binary 10101011 1101001 111111 0 100111 111111 100001 10111 101110 101110

Color Harmonies of #AB693F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB693F

Black with #AB693F

Text Example


Text Example

White with #AB693F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB693F; }

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

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

background-color css

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

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

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

border-color css

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

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

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