Html Css Color HEX #AF703F Bourbon

📋 copy color: '#AF703F'

red 175 ◦ green 112 ◦ blue 63

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

Shades of Bourbon #AF703F

Tints of Bourbon #AF703F

RGB

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

 GREEN value IS 112 (44.14% from 255) = 32%

 BLUE value IS 63 (25% from 255) = 18%

R = 50%
G = 32%
B = 18%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.64

 K value IS 0.31

RGB Variations

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

Color information

#AF703F (or 0xAF703F) is known color: Bourbon. HEX triplet: AF, 70 and 3F. RGB value is (175,112,63). Sum of RGB (Red+Green+Blue) = 175+112+63=350 (46% of max value = 765). Red value is 175 (68.75% from 255 or 50% from 350); Green value is 112 (44.14% from 255 or 32% from 350); Blue value is 63 (25% from 255 or 18% from 350); Max value from RGB is 175 - color contains mainly: red. Hex color #AF703F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF703F is #508FC0. Grayscale: #7D7D7D. Windows color (decimal): -5279681 or 4157615. OLE color: 4157615.

HSL color Cylindrical-coordinate representation of color #AF703F: hue angle of 26.25º degrees, saturation: 0.47, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AF703F is Cyan = 0, Magento = 0.36, Yellow = 0.64 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 112 63 -
CMYK 0 0.36 0.64 0.31
HSL 26.25º 0.47% 0.47% -
HSV(B) 26.25º 0.64% 0.69% -
XYZ 24.37 21.06 7.48 -
YUV 125.25 92.87 163.48 -
System Red Green Blue C M Y K H S L
Decimal 175 112 63 0 0.36 0.64 0.31 26.25 0.47 0.47
Hex AF 70 3F 0 24 40 1F 1A 2F 2F
Octal 257 160 77 0 44 100 37 32 57 57
Binary 10101111 1110000 111111 0 100100 1000000 11111 11010 101111 101111

Color Harmonies of #AF703F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF703F

Black with #AF703F

Text Example


Text Example

White with #AF703F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF703F; }

 p { color: rgb(175,112,63); }

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

background-color css

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

 a { background-color: rgb(175,112,63); }

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

border-color css

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

 span { border-color: rgb(175,112,63); }

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