Html Css Color HEX #AF703A Bourbon

📋 copy color: '#AF703A'

red 175 ◦ green 112 ◦ blue 58

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

Shades of Bourbon #AF703A

Tints of Bourbon #AF703A

RGB

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

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

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

R = 50.72%
G = 32.46%
B = 16.81%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.67

 K value IS 0.31

RGB Variations

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

Color information

#AF703A (or 0xAF703A) is known color: Bourbon. HEX triplet: AF, 70 and 3A. RGB value is (175,112,58). Sum of RGB (Red+Green+Blue) = 175+112+58=345 (45% of max value = 765). Red value is 175 (68.75% from 255 or 50.72% from 345); Green value is 112 (44.14% from 255 or 32.46% from 345); Blue value is 58 (23.05% from 255 or 16.81% from 345); Max value from RGB is 175 - color contains mainly: red. Hex color #AF703A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF703A is #508FC5. Grayscale: #7C7C7C. Windows color (decimal): -5279686 or 3829935. OLE color: 3829935.

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

Color convert

RGB 175 112 58 -
CMYK 0 0.36 0.67 0.31
HSL 27.69º 0.5% 0.46% -
HSV(B) 27.69º 0.67% 0.69% -
XYZ 24.24 21.01 6.78 -
YUV 124.68 90.37 163.89 -
System Red Green Blue C M Y K H S L
Decimal 175 112 58 0 0.36 0.67 0.31 27.69 0.5 0.46
Hex AF 70 3A 0 24 43 1F 1C 32 2E
Octal 257 160 72 0 44 103 37 34 62 56
Binary 10101111 1110000 111010 0 100100 1000011 11111 11100 110010 101110

Color Harmonies of #AF703A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF703A

Black with #AF703A

Text Example


Text Example

White with #AF703A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF703A; }

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

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

background-color css

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

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

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

border-color css

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

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

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