Html Css Color HEX #AF763D Bourbon

📋 copy color: '#AF763D'

red 175 ◦ green 118 ◦ blue 61

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

Shades of Bourbon #AF763D

Tints of Bourbon #AF763D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 17.23%

R = 49.44%
G = 33.33%
B = 17.23%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.65

 K value IS 0.31

RGB Variations

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

Color information

#AF763D (or 0xAF763D) is known color: Bourbon. HEX triplet: AF, 76 and 3D. RGB value is (175,118,61). Sum of RGB (Red+Green+Blue) = 175+118+61=354 (46% of max value = 765). Red value is 175 (68.75% from 255 or 49.44% from 354); Green value is 118 (46.48% from 255 or 33.33% from 354); Blue value is 61 (24.22% from 255 or 17.23% from 354); Max value from RGB is 175 - color contains mainly: red. Hex color #AF763D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF763D is #5089C2. Grayscale: #808080. Windows color (decimal): -5278147 or 4028079. OLE color: 4028079.

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

Color convert

RGB 175 118 61 -
CMYK 0 0.33 0.65 0.31
HSL 30º 0.48% 0.46% -
HSV(B) 30º 0.65% 0.69% -
XYZ 25 22.41 7.42 -
YUV 128.55 89.88 161.13 -
System Red Green Blue C M Y K H S L
Decimal 175 118 61 0 0.33 0.65 0.31 30 0.48 0.46
Hex AF 76 3D 0 21 41 1F 1E 30 2E
Octal 257 166 75 0 41 101 37 36 60 56
Binary 10101111 1110110 111101 0 100001 1000001 11111 11110 110000 101110

Color Harmonies of #AF763D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF763D

Black with #AF763D

Text Example


Text Example

White with #AF763D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF763D; }

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

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

background-color css

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

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

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

border-color css

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

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

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