Html Css Color HEX #AF6B47 Bourbon

📋 copy color: '#AF6B47'

red 175 ◦ green 107 ◦ blue 71

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

Shades of Bourbon #AF6B47

Tints of Bourbon #AF6B47

RGB

 RED value IS 175 (68.75% from 255) = 49.58%

 GREEN value IS 107 (42.19% from 255) = 30.31%

 BLUE value IS 71 (28.13% from 255) = 20.11%

R = 49.58%
G = 30.31%
B = 20.11%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.59

 K value IS 0.31

RGB Variations

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

Color information

#AF6B47 (or 0xAF6B47) is known color: Bourbon. HEX triplet: AF, 6B and 47. RGB value is (175,107,71). Sum of RGB (Red+Green+Blue) = 175+107+71=353 (46% of max value = 765). Red value is 175 (68.75% from 255 or 49.58% from 353); Green value is 107 (42.19% from 255 or 30.31% from 353); Blue value is 71 (28.12% from 255 or 20.11% from 353); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6B47 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF6B47 is #5094B8. Grayscale: #7B7B7B. Windows color (decimal): -5280953 or 4680623. OLE color: 4680623.

HSL color Cylindrical-coordinate representation of color #AF6B47: hue angle of 20.77º degrees, saturation: 0.42, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AF6B47 is Cyan = 0, Magento = 0.39, Yellow = 0.59 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 107 71 -
CMYK 0 0.39 0.59 0.31
HSL 20.77º 0.42% 0.48% -
HSV(B) 20.77º 0.59% 0.69% -
XYZ 24.07 20.08 8.57 -
YUV 123.23 98.53 164.93 -
System Red Green Blue C M Y K H S L
Decimal 175 107 71 0 0.39 0.59 0.31 20.77 0.42 0.48
Hex AF 6B 47 0 27 3B 1F 15 2A 30
Octal 257 153 107 0 47 73 37 25 52 60
Binary 10101111 1101011 1000111 0 100111 111011 11111 10101 101010 110000

Color Harmonies of #AF6B47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6B47

Black with #AF6B47

Text Example


Text Example

White with #AF6B47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6B47; }

 p { color: rgb(175,107,71); }

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

background-color css

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

 a { background-color: rgb(175,107,71); }

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

border-color css

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

 span { border-color: rgb(175,107,71); }

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