Html Css Color HEX #AF7641 Bourbon

📋 copy color: '#AF7641'

red 175 ◦ green 118 ◦ blue 65

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

Shades of Bourbon #AF7641

Tints of Bourbon #AF7641

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 18.16%

R = 48.88%
G = 32.96%
B = 18.16%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.63

 K value IS 0.31

RGB Variations

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

Color information

#AF7641 (or 0xAF7641) is known color: Bourbon. HEX triplet: AF, 76 and 41. RGB value is (175,118,65). Sum of RGB (Red+Green+Blue) = 175+118+65=358 (47% of max value = 765). Red value is 175 (68.75% from 255 or 48.88% from 358); Green value is 118 (46.48% from 255 or 32.96% from 358); Blue value is 65 (25.78% from 255 or 18.16% from 358); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7641 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF7641 is #5089BE. Grayscale: #818181. Windows color (decimal): -5278143 or 4290223. OLE color: 4290223.

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

Color convert

RGB 175 118 65 -
CMYK 0 0.33 0.63 0.31
HSL 28.91º 0.46% 0.47% -
HSV(B) 28.91º 0.63% 0.69% -
XYZ 25.11 22.45 8.01 -
YUV 129 91.88 160.81 -
System Red Green Blue C M Y K H S L
Decimal 175 118 65 0 0.33 0.63 0.31 28.91 0.46 0.47
Hex AF 76 41 0 21 3F 1F 1D 2E 2F
Octal 257 166 101 0 41 77 37 35 56 57
Binary 10101111 1110110 1000001 0 100001 111111 11111 11101 101110 101111

Color Harmonies of #AF7641

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7641

Black with #AF7641

Text Example


Text Example

White with #AF7641

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7641; }

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

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

background-color css

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

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

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

border-color css

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

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

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