Html Css Color HEX #AB703C Bourbon

📋 copy color: '#AB703C'

red 171 ◦ green 112 ◦ blue 60

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

Shades of Bourbon #AB703C

Tints of Bourbon #AB703C

RGB

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

 GREEN value IS 112 (44.14% from 255) = 32.65%

 BLUE value IS 60 (23.83% from 255) = 17.49%

R = 49.85%
G = 32.65%
B = 17.49%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.65

 K value IS 0.33

RGB Variations

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

Color information

#AB703C (or 0xAB703C) is known color: Bourbon. HEX triplet: AB, 70 and 3C. RGB value is (171,112,60). Sum of RGB (Red+Green+Blue) = 171+112+60=343 (45% of max value = 765). Red value is 171 (67.19% from 255 or 49.85% from 343); Green value is 112 (44.14% from 255 or 32.65% from 343); Blue value is 60 (23.83% from 255 or 17.49% from 343); Max value from RGB is 171 - color contains mainly: red. Hex color #AB703C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB703C is #548FC3. Grayscale: #7B7B7B. Windows color (decimal): -5541828 or 3961003. OLE color: 3961003.

HSL color Cylindrical-coordinate representation of color #AB703C: hue angle of 28.11º degrees, saturation: 0.48, 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 #AB703C is Cyan = 0, Magento = 0.35, Yellow = 0.65 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 112 60 -
CMYK 0 0.35 0.65 0.33
HSL 28.11º 0.48% 0.45% -
HSV(B) 28.11º 0.65% 0.67% -
XYZ 23.4 20.57 7.01 -
YUV 123.71 92.05 161.73 -
System Red Green Blue C M Y K H S L
Decimal 171 112 60 0 0.35 0.65 0.33 28.11 0.48 0.45
Hex AB 70 3C 0 23 41 21 1C 30 2D
Octal 253 160 74 0 43 101 41 34 60 55
Binary 10101011 1110000 111100 0 100011 1000001 100001 11100 110000 101101

Color Harmonies of #AB703C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB703C

Black with #AB703C

Text Example


Text Example

White with #AB703C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB703C; }

 p { color: rgb(171,112,60); }

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

background-color css

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

 a { background-color: rgb(171,112,60); }

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

border-color css

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

 span { border-color: rgb(171,112,60); }

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