Html Css Color HEX #AF7048 Bourbon

📋 copy color: '#AF7048'

red 175 ◦ green 112 ◦ blue 72

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

Shades of Bourbon #AF7048

Tints of Bourbon #AF7048

RGB

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

 GREEN value IS 112 (44.14% from 255) = 31.2%

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

R = 48.75%
G = 31.2%
B = 20.06%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.59

 K value IS 0.31

RGB Variations

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

Color information

#AF7048 (or 0xAF7048) is known color: Bourbon. HEX triplet: AF, 70 and 48. RGB value is (175,112,72). Sum of RGB (Red+Green+Blue) = 175+112+72=359 (47% of max value = 765). Red value is 175 (68.75% from 255 or 48.75% from 359); Green value is 112 (44.14% from 255 or 31.20% from 359); Blue value is 72 (28.52% from 255 or 20.06% from 359); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7048 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF7048 is #508FB7. Grayscale: #7E7E7E. Windows color (decimal): -5279672 or 4747439. OLE color: 4747439.

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

Color convert

RGB 175 112 72 -
CMYK 0 0.36 0.59 0.31
HSL 23.3º 0.42% 0.48% -
HSV(B) 23.3º 0.59% 0.69% -
XYZ 24.64 21.17 8.92 -
YUV 126.28 97.37 162.75 -
System Red Green Blue C M Y K H S L
Decimal 175 112 72 0 0.36 0.59 0.31 23.3 0.42 0.48
Hex AF 70 48 0 24 3B 1F 17 2A 30
Octal 257 160 110 0 44 73 37 27 52 60
Binary 10101111 1110000 1001000 0 100100 111011 11111 10111 101010 110000

Color Harmonies of #AF7048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7048

Black with #AF7048

Text Example


Text Example

White with #AF7048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7048; }

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

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

background-color css

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

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

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

border-color css

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

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

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