Html Css Color HEX #AF6A40 Bourbon

📋 copy color: '#AF6A40'

red 175 ◦ green 106 ◦ blue 64

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

Shades of Bourbon #AF6A40

Tints of Bourbon #AF6A40

RGB

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

 GREEN value IS 106 (41.8% from 255) = 30.72%

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

R = 50.72%
G = 30.72%
B = 18.55%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.63

 K value IS 0.31

RGB Variations

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

Color information

#AF6A40 (or 0xAF6A40) is known color: Bourbon. HEX triplet: AF, 6A and 40. RGB value is (175,106,64). Sum of RGB (Red+Green+Blue) = 175+106+64=345 (45% of max value = 765). Red value is 175 (68.75% from 255 or 50.72% from 345); Green value is 106 (41.80% from 255 or 30.72% from 345); Blue value is 64 (25.39% from 255 or 18.55% from 345); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6A40 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF6A40 is #5095BF. Grayscale: #7A7A7A. Windows color (decimal): -5281216 or 4221615. OLE color: 4221615.

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

Color convert

RGB 175 106 64 -
CMYK 0 0.39 0.63 0.31
HSL 22.7º 0.46% 0.47% -
HSV(B) 22.7º 0.63% 0.69% -
XYZ 23.76 19.79 7.42 -
YUV 121.84 95.36 165.92 -
System Red Green Blue C M Y K H S L
Decimal 175 106 64 0 0.39 0.63 0.31 22.7 0.46 0.47
Hex AF 6A 40 0 27 3F 1F 17 2E 2F
Octal 257 152 100 0 47 77 37 27 56 57
Binary 10101111 1101010 1000000 0 100111 111111 11111 10111 101110 101111

Color Harmonies of #AF6A40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6A40

Black with #AF6A40

Text Example


Text Example

White with #AF6A40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6A40; }

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

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

background-color css

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

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

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

border-color css

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

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

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