Html Css Color HEX #AF7640 Bourbon

📋 copy color: '#AF7640'

red 175 ◦ green 118 ◦ blue 64

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

Shades of Bourbon #AF7640

Tints of Bourbon #AF7640

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 17.93%

R = 49.02%
G = 33.05%
B = 17.93%

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

#AF7640 (or 0xAF7640) is known color: Bourbon. HEX triplet: AF, 76 and 40. RGB value is (175,118,64). Sum of RGB (Red+Green+Blue) = 175+118+64=357 (47% of max value = 765). Red value is 175 (68.75% from 255 or 49.02% from 357); Green value is 118 (46.48% from 255 or 33.05% from 357); Blue value is 64 (25.39% from 255 or 17.93% from 357); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7640 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF7640 is #5089BF. Grayscale: #818181. Windows color (decimal): -5278144 or 4224687. OLE color: 4224687.

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

Color convert

RGB 175 118 64 -
CMYK 0 0.33 0.63 0.31
HSL 29.19º 0.46% 0.47% -
HSV(B) 29.19º 0.63% 0.69% -
XYZ 25.08 22.44 7.86 -
YUV 128.89 91.38 160.89 -
System Red Green Blue C M Y K H S L
Decimal 175 118 64 0 0.33 0.63 0.31 29.19 0.46 0.47
Hex AF 76 40 0 21 3F 1F 1D 2E 2F
Octal 257 166 100 0 41 77 37 35 56 57
Binary 10101111 1110110 1000000 0 100001 111111 11111 11101 101110 101111

Color Harmonies of #AF7640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7640

Black with #AF7640

Text Example


Text Example

White with #AF7640

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7640; }

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

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

background-color css

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

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

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

border-color css

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

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

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