Html Css Color HEX #AF673B Bourbon

📋 copy color: '#AF673B'

red 175 ◦ green 103 ◦ blue 59

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

Shades of Bourbon #AF673B

Tints of Bourbon #AF673B

RGB

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

 GREEN value IS 103 (40.63% from 255) = 30.56%

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

R = 51.93%
G = 30.56%
B = 17.51%

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

#AF673B (or 0xAF673B) is known color: Bourbon. HEX triplet: AF, 67 and 3B. RGB value is (175,103,59). Sum of RGB (Red+Green+Blue) = 175+103+59=337 (44% of max value = 765). Red value is 175 (68.75% from 255 or 51.93% from 337); Green value is 103 (40.62% from 255 or 30.56% from 337); Blue value is 59 (23.44% from 255 or 17.51% from 337); Max value from RGB is 175 - color contains mainly: red. Hex color #AF673B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF673B is #5098C4. Grayscale: #777777. Windows color (decimal): -5281989 or 3893167. OLE color: 3893167.

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

Color convert

RGB 175 103 59 -
CMYK 0 0.41 0.66 0.31
HSL 22.76º 0.5% 0.46% -
HSV(B) 22.76º 0.66% 0.69% -
XYZ 23.32 19.13 6.6 -
YUV 119.51 93.85 167.58 -
System Red Green Blue C M Y K H S L
Decimal 175 103 59 0 0.41 0.66 0.31 22.76 0.5 0.46
Hex AF 67 3B 0 29 42 1F 17 32 2E
Octal 257 147 73 0 51 102 37 27 62 56
Binary 10101111 1100111 111011 0 101001 1000010 11111 10111 110010 101110

Color Harmonies of #AF673B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF673B

Black with #AF673B

Text Example


Text Example

White with #AF673B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF673B; }

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

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

background-color css

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

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

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

border-color css

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

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

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