Html Css Color HEX #AE764B Bourbon

📋 copy color: '#AE764B'

red 174 ◦ green 118 ◦ blue 75

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

Shades of Bourbon #AE764B

Tints of Bourbon #AE764B

RGB

 RED value IS 174 (68.36% from 255) = 47.41%

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

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

R = 47.41%
G = 32.15%
B = 20.44%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.57

 K value IS 0.32

RGB Variations

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

Color information

#AE764B (or 0xAE764B) is known color: Bourbon. HEX triplet: AE, 76 and 4B. RGB value is (174,118,75). Sum of RGB (Red+Green+Blue) = 174+118+75=367 (48% of max value = 765). Red value is 174 (68.36% from 255 or 47.41% from 367); Green value is 118 (46.48% from 255 or 32.15% from 367); Blue value is 75 (29.69% from 255 or 20.44% from 367); Max value from RGB is 174 - color contains mainly: red. Hex color #AE764B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE764B is #5189B4. Grayscale: #828282. Windows color (decimal): -5343669 or 4945582. OLE color: 4945582.

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

Color convert

RGB 174 118 75 -
CMYK 0 0.32 0.57 0.32
HSL 26.06º 0.4% 0.49% -
HSV(B) 26.06º 0.57% 0.68% -
XYZ 25.2 22.46 9.66 -
YUV 129.84 97.05 159.5 -
System Red Green Blue C M Y K H S L
Decimal 174 118 75 0 0.32 0.57 0.32 26.06 0.4 0.49
Hex AE 76 4B 0 20 39 20 1A 28 31
Octal 256 166 113 0 40 71 40 32 50 61
Binary 10101110 1110110 1001011 0 100000 111001 100000 11010 101000 110001

Color Harmonies of #AE764B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE764B

Black with #AE764B

Text Example


Text Example

White with #AE764B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE764B; }

 p { color: rgb(174,118,75); }

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

background-color css

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

 a { background-color: rgb(174,118,75); }

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

border-color css

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

 span { border-color: rgb(174,118,75); }

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