Html Css Color HEX #AF6D46 Bourbon

📋 copy color: '#AF6D46'

red 175 ◦ green 109 ◦ blue 70

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

Shades of Bourbon #AF6D46

Tints of Bourbon #AF6D46

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 19.77%

R = 49.44%
G = 30.79%
B = 19.77%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.60

 K value IS 0.31

RGB Variations

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

Color information

#AF6D46 (or 0xAF6D46) is known color: Bourbon. HEX triplet: AF, 6D and 46. RGB value is (175,109,70). Sum of RGB (Red+Green+Blue) = 175+109+70=354 (46% of max value = 765). Red value is 175 (68.75% from 255 or 49.44% from 354); Green value is 109 (42.97% from 255 or 30.79% from 354); Blue value is 70 (27.73% from 255 or 19.77% from 354); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6D46 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF6D46 is #5092B9. Grayscale: #7C7C7C. Windows color (decimal): -5280442 or 4615599. OLE color: 4615599.

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

Color convert

RGB 175 109 70 -
CMYK 0 0.38 0.60 0.31
HSL 22.29º 0.43% 0.48% -
HSV(B) 22.29º 0.6% 0.69% -
XYZ 24.25 20.49 8.47 -
YUV 124.29 97.37 164.17 -
System Red Green Blue C M Y K H S L
Decimal 175 109 70 0 0.38 0.60 0.31 22.29 0.43 0.48
Hex AF 6D 46 0 26 3C 1F 16 2B 30
Octal 257 155 106 0 46 74 37 26 53 60
Binary 10101111 1101101 1000110 0 100110 111100 11111 10110 101011 110000

Color Harmonies of #AF6D46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6D46

Black with #AF6D46

Text Example


Text Example

White with #AF6D46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6D46; }

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

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

background-color css

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

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

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

border-color css

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

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

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