Html Css Color HEX #AF754B Bourbon

📋 copy color: '#AF754B'

red 175 ◦ green 117 ◦ blue 75

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

Shades of Bourbon #AF754B

Tints of Bourbon #AF754B

RGB

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

 GREEN value IS 117 (46.09% from 255) = 31.88%

 BLUE value IS 75 (29.69% from 255) = 20.44%

R = 47.68%
G = 31.88%
B = 20.44%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.57

 K value IS 0.31

RGB Variations

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

Color information

#AF754B (or 0xAF754B) is known color: Bourbon. HEX triplet: AF, 75 and 4B. RGB value is (175,117,75). Sum of RGB (Red+Green+Blue) = 175+117+75=367 (48% of max value = 765). Red value is 175 (68.75% from 255 or 47.68% from 367); Green value is 117 (46.09% from 255 or 31.88% from 367); Blue value is 75 (29.69% from 255 or 20.44% from 367); Max value from RGB is 175 - color contains mainly: red. Hex color #AF754B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF754B is #508AB4. Grayscale: #818181. Windows color (decimal): -5278389 or 4945327. OLE color: 4945327.

HSL color Cylindrical-coordinate representation of color #AF754B: hue angle of 25.2º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AF754B is Cyan = 0, Magento = 0.33, Yellow = 0.57 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 117 75 -
CMYK 0 0.33 0.57 0.31
HSL 25.2º 0.4% 0.49% -
HSV(B) 25.2º 0.57% 0.69% -
XYZ 25.31 22.34 9.64 -
YUV 129.55 97.22 160.42 -
System Red Green Blue C M Y K H S L
Decimal 175 117 75 0 0.33 0.57 0.31 25.2 0.4 0.49
Hex AF 75 4B 0 21 39 1F 19 28 31
Octal 257 165 113 0 41 71 37 31 50 61
Binary 10101111 1110101 1001011 0 100001 111001 11111 11001 101000 110001

Color Harmonies of #AF754B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF754B

Black with #AF754B

Text Example


Text Example

White with #AF754B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF754B; }

 p { color: rgb(175,117,75); }

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

background-color css

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

 a { background-color: rgb(175,117,75); }

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

border-color css

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

 span { border-color: rgb(175,117,75); }

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