Html Css Color HEX #AF7246 Bourbon

📋 copy color: '#AF7246'

red 175 ◦ green 114 ◦ blue 70

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

Shades of Bourbon #AF7246

Tints of Bourbon #AF7246

RGB

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

 GREEN value IS 114 (44.92% from 255) = 31.75%

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

R = 48.75%
G = 31.75%
B = 19.5%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.60

 K value IS 0.31

RGB Variations

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

Color information

#AF7246 (or 0xAF7246) is known color: Bourbon. HEX triplet: AF, 72 and 46. RGB value is (175,114,70). Sum of RGB (Red+Green+Blue) = 175+114+70=359 (47% of max value = 765). Red value is 175 (68.75% from 255 or 48.75% from 359); Green value is 114 (44.92% from 255 or 31.75% from 359); Blue value is 70 (27.73% from 255 or 19.50% from 359); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7246 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF7246 is #508DB9. Grayscale: #7F7F7F. Windows color (decimal): -5279162 or 4616879. OLE color: 4616879.

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

Color convert

RGB 175 114 70 -
CMYK 0 0.35 0.60 0.31
HSL 25.14º 0.43% 0.48% -
HSV(B) 25.14º 0.6% 0.69% -
XYZ 24.8 21.59 8.65 -
YUV 127.22 95.71 162.08 -
System Red Green Blue C M Y K H S L
Decimal 175 114 70 0 0.35 0.60 0.31 25.14 0.43 0.48
Hex AF 72 46 0 23 3C 1F 19 2B 30
Octal 257 162 106 0 43 74 37 31 53 60
Binary 10101111 1110010 1000110 0 100011 111100 11111 11001 101011 110000

Color Harmonies of #AF7246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7246

Black with #AF7246

Text Example


Text Example

White with #AF7246

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7246; }

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

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

background-color css

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

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

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

border-color css

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

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

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