Html Css Color HEX #AF763F Bourbon

📋 copy color: '#AF763F'

red 175 ◦ green 118 ◦ blue 63

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

Shades of Bourbon #AF763F

Tints of Bourbon #AF763F

RGB

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

 GREEN value IS 118 (46.48% from 255) = 33.15%

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

R = 49.16%
G = 33.15%
B = 17.7%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.64

 K value IS 0.31

RGB Variations

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

Color information

#AF763F (or 0xAF763F) is known color: Bourbon. HEX triplet: AF, 76 and 3F. RGB value is (175,118,63). Sum of RGB (Red+Green+Blue) = 175+118+63=356 (47% of max value = 765). Red value is 175 (68.75% from 255 or 49.16% from 356); Green value is 118 (46.48% from 255 or 33.15% from 356); Blue value is 63 (25% from 255 or 17.70% from 356); Max value from RGB is 175 - color contains mainly: red. Hex color #AF763F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF763F is #5089C0. Grayscale: #818181. Windows color (decimal): -5278145 or 4159151. OLE color: 4159151.

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

Color convert

RGB 175 118 63 -
CMYK 0 0.33 0.64 0.31
HSL 29.46º 0.47% 0.47% -
HSV(B) 29.46º 0.64% 0.69% -
XYZ 25.05 22.43 7.71 -
YUV 128.77 90.88 160.97 -
System Red Green Blue C M Y K H S L
Decimal 175 118 63 0 0.33 0.64 0.31 29.46 0.47 0.47
Hex AF 76 3F 0 21 40 1F 1D 2F 2F
Octal 257 166 77 0 41 100 37 35 57 57
Binary 10101111 1110110 111111 0 100001 1000000 11111 11101 101111 101111

Color Harmonies of #AF763F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF763F

Black with #AF763F

Text Example


Text Example

White with #AF763F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF763F; }

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

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

background-color css

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

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

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

border-color css

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

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

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