Html Css Color HEX #AF7648 Bourbon

📋 copy color: '#AF7648'

red 175 ◦ green 118 ◦ blue 72

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

Shades of Bourbon #AF7648

Tints of Bourbon #AF7648

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 19.73%

R = 47.95%
G = 32.33%
B = 19.73%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.59

 K value IS 0.31

RGB Variations

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

Color information

#AF7648 (or 0xAF7648) is known color: Bourbon. HEX triplet: AF, 76 and 48. RGB value is (175,118,72). Sum of RGB (Red+Green+Blue) = 175+118+72=365 (48% of max value = 765). Red value is 175 (68.75% from 255 or 47.95% from 365); Green value is 118 (46.48% from 255 or 32.33% from 365); Blue value is 72 (28.52% from 255 or 19.73% from 365); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7648 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF7648 is #5089B7. Grayscale: #828282. Windows color (decimal): -5278136 or 4748975. OLE color: 4748975.

HSL color Cylindrical-coordinate representation of color #AF7648: hue angle of 26.8º degrees, saturation: 0.42, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AF7648 is Cyan = 0, Magento = 0.33, Yellow = 0.59 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 118 72 -
CMYK 0 0.33 0.59 0.31
HSL 26.8º 0.42% 0.48% -
HSV(B) 26.8º 0.59% 0.69% -
XYZ 25.33 22.54 9.15 -
YUV 129.8 95.38 160.24 -
System Red Green Blue C M Y K H S L
Decimal 175 118 72 0 0.33 0.59 0.31 26.8 0.42 0.48
Hex AF 76 48 0 21 3B 1F 1B 2A 30
Octal 257 166 110 0 41 73 37 33 52 60
Binary 10101111 1110110 1001000 0 100001 111011 11111 11011 101010 110000

Color Harmonies of #AF7648

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7648

Black with #AF7648

Text Example


Text Example

White with #AF7648

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7648; }

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

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

background-color css

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

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

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

border-color css

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

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

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