Html Css Color HEX #AF703E Bourbon

📋 copy color: '#AF703E'

red 175 ◦ green 112 ◦ blue 62

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

Shades of Bourbon #AF703E

Tints of Bourbon #AF703E

RGB

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

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

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

R = 50.14%
G = 32.09%
B = 17.77%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.65

 K value IS 0.31

RGB Variations

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

Color information

#AF703E (or 0xAF703E) is known color: Bourbon. HEX triplet: AF, 70 and 3E. RGB value is (175,112,62). Sum of RGB (Red+Green+Blue) = 175+112+62=349 (46% of max value = 765). Red value is 175 (68.75% from 255 or 50.14% from 349); Green value is 112 (44.14% from 255 or 32.09% from 349); Blue value is 62 (24.61% from 255 or 17.77% from 349); Max value from RGB is 175 - color contains mainly: red. Hex color #AF703E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF703E is #508FC1. Grayscale: #7D7D7D. Windows color (decimal): -5279682 or 4092079. OLE color: 4092079.

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

Color convert

RGB 175 112 62 -
CMYK 0 0.36 0.65 0.31
HSL 26.55º 0.48% 0.46% -
HSV(B) 26.55º 0.65% 0.69% -
XYZ 24.34 21.05 7.34 -
YUV 125.14 92.37 163.57 -
System Red Green Blue C M Y K H S L
Decimal 175 112 62 0 0.36 0.65 0.31 26.55 0.48 0.46
Hex AF 70 3E 0 24 41 1F 1B 30 2E
Octal 257 160 76 0 44 101 37 33 60 56
Binary 10101111 1110000 111110 0 100100 1000001 11111 11011 110000 101110

Color Harmonies of #AF703E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF703E

Black with #AF703E

Text Example


Text Example

White with #AF703E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF703E; }

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

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

background-color css

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

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

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

border-color css

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

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

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