Html Css Color HEX #AF683B Bourbon

📋 copy color: '#AF683B'

red 175 ◦ green 104 ◦ blue 59

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

Shades of Bourbon #AF683B

Tints of Bourbon #AF683B

RGB

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

 GREEN value IS 104 (41.02% from 255) = 30.77%

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

R = 51.78%
G = 30.77%
B = 17.46%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.66

 K value IS 0.31

RGB Variations

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

Color information

#AF683B (or 0xAF683B) is known color: Bourbon. HEX triplet: AF, 68 and 3B. RGB value is (175,104,59). Sum of RGB (Red+Green+Blue) = 175+104+59=338 (44% of max value = 765). Red value is 175 (68.75% from 255 or 51.78% from 338); Green value is 104 (41.02% from 255 or 30.77% from 338); Blue value is 59 (23.44% from 255 or 17.46% from 338); Max value from RGB is 175 - color contains mainly: red. Hex color #AF683B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF683B is #5097C4. Grayscale: #787878. Windows color (decimal): -5281733 or 3893423. OLE color: 3893423.

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

Color convert

RGB 175 104 59 -
CMYK 0 0.41 0.66 0.31
HSL 23.28º 0.5% 0.46% -
HSV(B) 23.28º 0.66% 0.69% -
XYZ 23.42 19.33 6.63 -
YUV 120.1 93.52 167.16 -
System Red Green Blue C M Y K H S L
Decimal 175 104 59 0 0.41 0.66 0.31 23.28 0.5 0.46
Hex AF 68 3B 0 29 42 1F 17 32 2E
Octal 257 150 73 0 51 102 37 27 62 56
Binary 10101111 1101000 111011 0 101001 1000010 11111 10111 110010 101110

Color Harmonies of #AF683B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF683B

Black with #AF683B

Text Example


Text Example

White with #AF683B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF683B; }

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

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

background-color css

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

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

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

border-color css

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

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

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