Html Css Color HEX #AF7346 Bourbon

📋 copy color: '#AF7346'

red 175 ◦ green 115 ◦ blue 70

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

Shades of Bourbon #AF7346

Tints of Bourbon #AF7346

RGB

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

 GREEN value IS 115 (45.31% from 255) = 31.94%

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

R = 48.61%
G = 31.94%
B = 19.44%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.60

 K value IS 0.31

RGB Variations

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

Color information

#AF7346 (or 0xAF7346) is known color: Bourbon. HEX triplet: AF, 73 and 46. RGB value is (175,115,70). Sum of RGB (Red+Green+Blue) = 175+115+70=360 (47% of max value = 765). Red value is 175 (68.75% from 255 or 48.61% from 360); Green value is 115 (45.31% from 255 or 31.94% from 360); Blue value is 70 (27.73% from 255 or 19.44% from 360); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7346 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF7346 is #508CB9. Grayscale: #808080. Windows color (decimal): -5278906 or 4617135. OLE color: 4617135.

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

Color convert

RGB 175 115 70 -
CMYK 0 0.34 0.60 0.31
HSL 25.71º 0.43% 0.48% -
HSV(B) 25.71º 0.6% 0.69% -
XYZ 24.92 21.82 8.69 -
YUV 127.81 95.38 161.66 -
System Red Green Blue C M Y K H S L
Decimal 175 115 70 0 0.34 0.60 0.31 25.71 0.43 0.48
Hex AF 73 46 0 22 3C 1F 1A 2B 30
Octal 257 163 106 0 42 74 37 32 53 60
Binary 10101111 1110011 1000110 0 100010 111100 11111 11010 101011 110000

Color Harmonies of #AF7346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7346

Black with #AF7346

Text Example


Text Example

White with #AF7346

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7346; }

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

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

background-color css

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

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

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

border-color css

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

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

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