Html Css Color HEX #AF7A3F Bourbon

📋 copy color: '#AF7A3F'

red 175 ◦ green 122 ◦ blue 63

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

Shades of Bourbon #AF7A3F

Tints of Bourbon #AF7A3F

RGB

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

 GREEN value IS 122 (48.05% from 255) = 33.89%

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

R = 48.61%
G = 33.89%
B = 17.5%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.64

 K value IS 0.31

RGB Variations

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

Color information

#AF7A3F (or 0xAF7A3F) is known color: Bourbon. HEX triplet: AF, 7A and 3F. RGB value is (175,122,63). Sum of RGB (Red+Green+Blue) = 175+122+63=360 (47% of max value = 765). Red value is 175 (68.75% from 255 or 48.61% from 360); Green value is 122 (48.05% from 255 or 33.89% from 360); Blue value is 63 (25% from 255 or 17.5% from 360); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7A3F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF7A3F is #5085C0. Grayscale: #838383. Windows color (decimal): -5277121 or 4160175. OLE color: 4160175.

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

Color convert

RGB 175 122 63 -
CMYK 0 0.30 0.64 0.31
HSL 31.61º 0.47% 0.47% -
HSV(B) 31.61º 0.64% 0.69% -
XYZ 25.54 23.39 7.87 -
YUV 131.12 89.56 159.3 -
System Red Green Blue C M Y K H S L
Decimal 175 122 63 0 0.30 0.64 0.31 31.61 0.47 0.47
Hex AF 7A 3F 0 1E 40 1F 20 2F 2F
Octal 257 172 77 0 36 100 37 40 57 57
Binary 10101111 1111010 111111 0 11110 1000000 11111 100000 101111 101111

Color Harmonies of #AF7A3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7A3F

Black with #AF7A3F

Text Example


Text Example

White with #AF7A3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7A3F; }

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

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

background-color css

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

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

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

border-color css

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

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

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