Html Css Color HEX #AF7646 Bourbon

📋 copy color: '#AF7646'

red 175 ◦ green 118 ◦ blue 70

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

Shades of Bourbon #AF7646

Tints of Bourbon #AF7646

RGB

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

 GREEN value IS 118 (46.48% from 255) = 32.51%

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

R = 48.21%
G = 32.51%
B = 19.28%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.60

 K value IS 0.31

RGB Variations

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

Color information

#AF7646 (or 0xAF7646) is known color: Bourbon. HEX triplet: AF, 76 and 46. RGB value is (175,118,70). Sum of RGB (Red+Green+Blue) = 175+118+70=363 (48% of max value = 765). Red value is 175 (68.75% from 255 or 48.21% from 363); Green value is 118 (46.48% from 255 or 32.51% from 363); Blue value is 70 (27.73% from 255 or 19.28% from 363); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7646 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF7646 is #5089B9. Grayscale: #818181. Windows color (decimal): -5278138 or 4617903. OLE color: 4617903.

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

Color convert

RGB 175 118 70 -
CMYK 0 0.33 0.60 0.31
HSL 27.43º 0.43% 0.48% -
HSV(B) 27.43º 0.6% 0.69% -
XYZ 25.26 22.51 8.81 -
YUV 129.57 94.38 160.4 -
System Red Green Blue C M Y K H S L
Decimal 175 118 70 0 0.33 0.60 0.31 27.43 0.43 0.48
Hex AF 76 46 0 21 3C 1F 1B 2B 30
Octal 257 166 106 0 41 74 37 33 53 60
Binary 10101111 1110110 1000110 0 100001 111100 11111 11011 101011 110000

Color Harmonies of #AF7646

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7646

Black with #AF7646

Text Example


Text Example

White with #AF7646

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7646; }

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

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

background-color css

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

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

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

border-color css

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

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

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