Html Css Color HEX #AF6D43 Bourbon

📋 copy color: '#AF6D43'

red 175 ◦ green 109 ◦ blue 67

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

Shades of Bourbon #AF6D43

Tints of Bourbon #AF6D43

RGB

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

 GREEN value IS 109 (42.97% from 255) = 31.05%

 BLUE value IS 67 (26.56% from 255) = 19.09%

R = 49.86%
G = 31.05%
B = 19.09%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.62

 K value IS 0.31

RGB Variations

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

Color information

#AF6D43 (or 0xAF6D43) is known color: Bourbon. HEX triplet: AF, 6D and 43. RGB value is (175,109,67). Sum of RGB (Red+Green+Blue) = 175+109+67=351 (46% of max value = 765). Red value is 175 (68.75% from 255 or 49.86% from 351); Green value is 109 (42.97% from 255 or 31.05% from 351); Blue value is 67 (26.56% from 255 or 19.09% from 351); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6D43 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF6D43 is #5092BC. Grayscale: #7C7C7C. Windows color (decimal): -5280445 or 4418991. OLE color: 4418991.

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

Color convert

RGB 175 109 67 -
CMYK 0 0.38 0.62 0.31
HSL 23.33º 0.45% 0.47% -
HSV(B) 23.33º 0.62% 0.69% -
XYZ 24.16 20.46 7.99 -
YUV 123.95 95.87 164.42 -
System Red Green Blue C M Y K H S L
Decimal 175 109 67 0 0.38 0.62 0.31 23.33 0.45 0.47
Hex AF 6D 43 0 26 3E 1F 17 2D 2F
Octal 257 155 103 0 46 76 37 27 55 57
Binary 10101111 1101101 1000011 0 100110 111110 11111 10111 101101 101111

Color Harmonies of #AF6D43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6D43

Black with #AF6D43

Text Example


Text Example

White with #AF6D43

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6D43; }

 p { color: rgb(175,109,67); }

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

background-color css

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

 a { background-color: rgb(175,109,67); }

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

border-color css

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

 span { border-color: rgb(175,109,67); }

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