Html Css Color HEX #AF7546 Bourbon

📋 copy color: '#AF7546'

red 175 ◦ green 117 ◦ blue 70

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

Shades of Bourbon #AF7546

Tints of Bourbon #AF7546

RGB

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

 GREEN value IS 117 (46.09% from 255) = 32.32%

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

R = 48.34%
G = 32.32%
B = 19.34%

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

#AF7546 (or 0xAF7546) is known color: Bourbon. HEX triplet: AF, 75 and 46. RGB value is (175,117,70). Sum of RGB (Red+Green+Blue) = 175+117+70=362 (47% of max value = 765). Red value is 175 (68.75% from 255 or 48.34% from 362); Green value is 117 (46.09% from 255 or 32.32% from 362); Blue value is 70 (27.73% from 255 or 19.34% from 362); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7546 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF7546 is #508AB9. Grayscale: #818181. Windows color (decimal): -5278394 or 4617647. OLE color: 4617647.

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

Color convert

RGB 175 117 70 -
CMYK 0 0.33 0.60 0.31
HSL 26.86º 0.43% 0.48% -
HSV(B) 26.86º 0.6% 0.69% -
XYZ 25.15 22.28 8.77 -
YUV 128.98 94.72 160.82 -
System Red Green Blue C M Y K H S L
Decimal 175 117 70 0 0.33 0.60 0.31 26.86 0.43 0.48
Hex AF 75 46 0 21 3C 1F 1B 2B 30
Octal 257 165 106 0 41 74 37 33 53 60
Binary 10101111 1110101 1000110 0 100001 111100 11111 11011 101011 110000

Color Harmonies of #AF7546

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7546

Black with #AF7546

Text Example


Text Example

White with #AF7546

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7546; }

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

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

background-color css

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

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

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

border-color css

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

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

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