Html Css Color HEX #AF6D45 Bourbon

📋 copy color: '#AF6D45'

red 175 ◦ green 109 ◦ blue 69

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

Shades of Bourbon #AF6D45

Tints of Bourbon #AF6D45

RGB

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

 GREEN value IS 109 (42.97% from 255) = 30.88%

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

R = 49.58%
G = 30.88%
B = 19.55%

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

#AF6D45 (or 0xAF6D45) is known color: Bourbon. HEX triplet: AF, 6D and 45. RGB value is (175,109,69). Sum of RGB (Red+Green+Blue) = 175+109+69=353 (46% of max value = 765). Red value is 175 (68.75% from 255 or 49.58% from 353); Green value is 109 (42.97% from 255 or 30.88% from 353); Blue value is 69 (27.34% from 255 or 19.55% from 353); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6D45 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF6D45 is #5092BA. Grayscale: #7C7C7C. Windows color (decimal): -5280443 or 4550063. OLE color: 4550063.

HSL color Cylindrical-coordinate representation of color #AF6D45: hue angle of 22.64º 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 #AF6D45 is Cyan = 0, Magento = 0.38, Yellow = 0.61 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 109 69 -
CMYK 0 0.38 0.61 0.31
HSL 22.64º 0.43% 0.48% -
HSV(B) 22.64º 0.61% 0.69% -
XYZ 24.22 20.48 8.31 -
YUV 124.17 96.87 164.25 -
System Red Green Blue C M Y K H S L
Decimal 175 109 69 0 0.38 0.61 0.31 22.64 0.43 0.48
Hex AF 6D 45 0 26 3D 1F 17 2B 30
Octal 257 155 105 0 46 75 37 27 53 60
Binary 10101111 1101101 1000101 0 100110 111101 11111 10111 101011 110000

Color Harmonies of #AF6D45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6D45

Black with #AF6D45

Text Example


Text Example

White with #AF6D45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6D45; }

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

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

background-color css

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

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

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

border-color css

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

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

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