Html Css Color HEX #AF6C45 Bourbon

📋 copy color: '#AF6C45'

red 175 ◦ green 108 ◦ blue 69

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

Shades of Bourbon #AF6C45

Tints of Bourbon #AF6C45

RGB

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

 GREEN value IS 108 (42.58% from 255) = 30.68%

 BLUE value IS 69 (27.34% from 255) = 19.6%

R = 49.72%
G = 30.68%
B = 19.6%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.61

 K value IS 0.31

RGB Variations

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

Color information

#AF6C45 (or 0xAF6C45) is known color: Bourbon. HEX triplet: AF, 6C and 45. RGB value is (175,108,69). Sum of RGB (Red+Green+Blue) = 175+108+69=352 (46% of max value = 765). Red value is 175 (68.75% from 255 or 49.72% from 352); Green value is 108 (42.58% from 255 or 30.68% from 352); Blue value is 69 (27.34% from 255 or 19.60% from 352); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6C45 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF6C45 is #5093BA. Grayscale: #7B7B7B. Windows color (decimal): -5280699 or 4549807. OLE color: 4549807.

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

Color convert

RGB 175 108 69 -
CMYK 0 0.38 0.61 0.31
HSL 22.08º 0.43% 0.48% -
HSV(B) 22.08º 0.61% 0.69% -
XYZ 24.12 20.27 8.27 -
YUV 123.59 97.2 164.67 -
System Red Green Blue C M Y K H S L
Decimal 175 108 69 0 0.38 0.61 0.31 22.08 0.43 0.48
Hex AF 6C 45 0 26 3D 1F 16 2B 30
Octal 257 154 105 0 46 75 37 26 53 60
Binary 10101111 1101100 1000101 0 100110 111101 11111 10110 101011 110000

Color Harmonies of #AF6C45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6C45

Black with #AF6C45

Text Example


Text Example

White with #AF6C45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6C45; }

 p { color: rgb(175,108,69); }

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

background-color css

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

 a { background-color: rgb(175,108,69); }

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

border-color css

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

 span { border-color: rgb(175,108,69); }

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