Html Css Color HEX #AF7440 Bourbon

📋 copy color: '#AF7440'

red 175 ◦ green 116 ◦ blue 64

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

Shades of Bourbon #AF7440

Tints of Bourbon #AF7440

RGB

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

 GREEN value IS 116 (45.7% from 255) = 32.68%

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

R = 49.3%
G = 32.68%
B = 18.03%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.63

 K value IS 0.31

RGB Variations

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

Color information

#AF7440 (or 0xAF7440) is known color: Bourbon. HEX triplet: AF, 74 and 40. RGB value is (175,116,64). Sum of RGB (Red+Green+Blue) = 175+116+64=355 (47% of max value = 765). Red value is 175 (68.75% from 255 or 49.30% from 355); Green value is 116 (45.70% from 255 or 32.68% from 355); Blue value is 64 (25.39% from 255 or 18.03% from 355); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7440 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF7440 is #508BBF. Grayscale: #7F7F7F. Windows color (decimal): -5278656 or 4224175. OLE color: 4224175.

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

Color convert

RGB 175 116 64 -
CMYK 0 0.34 0.63 0.31
HSL 28.11º 0.46% 0.47% -
HSV(B) 28.11º 0.63% 0.69% -
XYZ 24.85 21.97 7.78 -
YUV 127.71 92.05 161.73 -
System Red Green Blue C M Y K H S L
Decimal 175 116 64 0 0.34 0.63 0.31 28.11 0.46 0.47
Hex AF 74 40 0 22 3F 1F 1C 2E 2F
Octal 257 164 100 0 42 77 37 34 56 57
Binary 10101111 1110100 1000000 0 100010 111111 11111 11100 101110 101111

Color Harmonies of #AF7440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7440

Black with #AF7440

Text Example


Text Example

White with #AF7440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7440; }

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

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

background-color css

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

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

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

border-color css

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

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

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