Html Css Color HEX #AF6D3A Bourbon

📋 copy color: '#AF6D3A'

red 175 ◦ green 109 ◦ blue 58

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

Shades of Bourbon #AF6D3A

Tints of Bourbon #AF6D3A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 16.96%

R = 51.17%
G = 31.87%
B = 16.96%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.67

 K value IS 0.31

RGB Variations

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

Color information

#AF6D3A (or 0xAF6D3A) is known color: Bourbon. HEX triplet: AF, 6D and 3A. RGB value is (175,109,58). Sum of RGB (Red+Green+Blue) = 175+109+58=342 (45% of max value = 765). Red value is 175 (68.75% from 255 or 51.17% from 342); Green value is 109 (42.97% from 255 or 31.87% from 342); Blue value is 58 (23.05% from 255 or 16.96% from 342); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6D3A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF6D3A is #5092C5. Grayscale: #7B7B7B. Windows color (decimal): -5280454 or 3829167. OLE color: 3829167.

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

Color convert

RGB 175 109 58 -
CMYK 0 0.38 0.67 0.31
HSL 26.15º 0.5% 0.46% -
HSV(B) 26.15º 0.67% 0.69% -
XYZ 23.91 20.36 6.67 -
YUV 122.92 91.37 165.15 -
System Red Green Blue C M Y K H S L
Decimal 175 109 58 0 0.38 0.67 0.31 26.15 0.5 0.46
Hex AF 6D 3A 0 26 43 1F 1A 32 2E
Octal 257 155 72 0 46 103 37 32 62 56
Binary 10101111 1101101 111010 0 100110 1000011 11111 11010 110010 101110

Color Harmonies of #AF6D3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6D3A

Black with #AF6D3A

Text Example


Text Example

White with #AF6D3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6D3A; }

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

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

background-color css

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

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

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

border-color css

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

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

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