Html Css Color HEX #AF683A Bourbon

📋 copy color: '#AF683A'

red 175 ◦ green 104 ◦ blue 58

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

Shades of Bourbon #AF683A

Tints of Bourbon #AF683A

RGB

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

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

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

R = 51.93%
G = 30.86%
B = 17.21%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.67

 K value IS 0.31

RGB Variations

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

Color information

#AF683A (or 0xAF683A) is known color: Bourbon. HEX triplet: AF, 68 and 3A. RGB value is (175,104,58). Sum of RGB (Red+Green+Blue) = 175+104+58=337 (44% of max value = 765). Red value is 175 (68.75% from 255 or 51.93% from 337); Green value is 104 (41.02% from 255 or 30.86% from 337); Blue value is 58 (23.05% from 255 or 17.21% from 337); Max value from RGB is 175 - color contains mainly: red. Hex color #AF683A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF683A is #5097C5. Grayscale: #787878. Windows color (decimal): -5281734 or 3827887. OLE color: 3827887.

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

Color convert

RGB 175 104 58 -
CMYK 0 0.41 0.67 0.31
HSL 23.59º 0.5% 0.46% -
HSV(B) 23.59º 0.67% 0.69% -
XYZ 23.39 19.32 6.5 -
YUV 119.99 93.02 167.24 -
System Red Green Blue C M Y K H S L
Decimal 175 104 58 0 0.41 0.67 0.31 23.59 0.5 0.46
Hex AF 68 3A 0 29 43 1F 18 32 2E
Octal 257 150 72 0 51 103 37 30 62 56
Binary 10101111 1101000 111010 0 101001 1000011 11111 11000 110010 101110

Color Harmonies of #AF683A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF683A

Black with #AF683A

Text Example


Text Example

White with #AF683A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF683A; }

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

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

background-color css

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

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

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

border-color css

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

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

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