Html Css Color HEX #AF6C3B Bourbon

📋 copy color: '#AF6C3B'

red 175 ◦ green 108 ◦ blue 59

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

Shades of Bourbon #AF6C3B

Tints of Bourbon #AF6C3B

RGB

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

 GREEN value IS 108 (42.58% from 255) = 31.58%

 BLUE value IS 59 (23.44% from 255) = 17.25%

R = 51.17%
G = 31.58%
B = 17.25%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.66

 K value IS 0.31

RGB Variations

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

Color information

#AF6C3B (or 0xAF6C3B) is known color: Bourbon. HEX triplet: AF, 6C and 3B. RGB value is (175,108,59). Sum of RGB (Red+Green+Blue) = 175+108+59=342 (45% of max value = 765). Red value is 175 (68.75% from 255 or 51.17% from 342); Green value is 108 (42.58% from 255 or 31.58% from 342); Blue value is 59 (23.44% from 255 or 17.25% from 342); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6C3B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF6C3B is #5093C4. Grayscale: #7A7A7A. Windows color (decimal): -5280709 or 3894447. OLE color: 3894447.

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

Color convert

RGB 175 108 59 -
CMYK 0 0.38 0.66 0.31
HSL 25.34º 0.5% 0.46% -
HSV(B) 25.34º 0.66% 0.69% -
XYZ 23.83 20.15 6.77 -
YUV 122.45 92.2 165.48 -
System Red Green Blue C M Y K H S L
Decimal 175 108 59 0 0.38 0.66 0.31 25.34 0.5 0.46
Hex AF 6C 3B 0 26 42 1F 19 32 2E
Octal 257 154 73 0 46 102 37 31 62 56
Binary 10101111 1101100 111011 0 100110 1000010 11111 11001 110010 101110

Color Harmonies of #AF6C3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6C3B

Black with #AF6C3B

Text Example


Text Example

White with #AF6C3B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6C3B; }

 p { color: rgb(175,108,59); }

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

background-color css

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

 a { background-color: rgb(175,108,59); }

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

border-color css

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

 span { border-color: rgb(175,108,59); }

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