Html Css Color HEX #AF743E Bourbon

📋 copy color: '#AF743E'

red 175 ◦ green 116 ◦ blue 62

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

Shades of Bourbon #AF743E

Tints of Bourbon #AF743E

RGB

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

 GREEN value IS 116 (45.7% from 255) = 32.86%

 BLUE value IS 62 (24.61% from 255) = 17.56%

R = 49.58%
G = 32.86%
B = 17.56%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.65

 K value IS 0.31

RGB Variations

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

Color information

#AF743E (or 0xAF743E) is known color: Bourbon. HEX triplet: AF, 74 and 3E. RGB value is (175,116,62). Sum of RGB (Red+Green+Blue) = 175+116+62=353 (46% of max value = 765). Red value is 175 (68.75% from 255 or 49.58% from 353); Green value is 116 (45.70% from 255 or 32.86% from 353); Blue value is 62 (24.61% from 255 or 17.56% from 353); Max value from RGB is 175 - color contains mainly: red. Hex color #AF743E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF743E is #508BC1. Grayscale: #7F7F7F. Windows color (decimal): -5278658 or 4093103. OLE color: 4093103.

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

Color convert

RGB 175 116 62 -
CMYK 0 0.34 0.65 0.31
HSL 28.67º 0.48% 0.46% -
HSV(B) 28.67º 0.65% 0.69% -
XYZ 24.79 21.95 7.49 -
YUV 127.49 91.05 161.89 -
System Red Green Blue C M Y K H S L
Decimal 175 116 62 0 0.34 0.65 0.31 28.67 0.48 0.46
Hex AF 74 3E 0 22 41 1F 1D 30 2E
Octal 257 164 76 0 42 101 37 35 60 56
Binary 10101111 1110100 111110 0 100010 1000001 11111 11101 110000 101110

Color Harmonies of #AF743E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF743E

Black with #AF743E

Text Example


Text Example

White with #AF743E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF743E; }

 p { color: rgb(175,116,62); }

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

background-color css

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

 a { background-color: rgb(175,116,62); }

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

border-color css

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

 span { border-color: rgb(175,116,62); }

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