Html Css Color HEX #AB9674 Bronco

📋 copy color: '#AB9674'

red 171 ◦ green 150 ◦ blue 116

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

Shades of Bronco #AB9674

Tints of Bronco #AB9674

RGB

 RED value IS 171 (67.19% from 255) = 39.13%

 GREEN value IS 150 (58.98% from 255) = 34.32%

 BLUE value IS 116 (45.7% from 255) = 26.54%

R = 39.13%
G = 34.32%
B = 26.54%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.32

 K value IS 0.33

RGB Variations

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

Color information

#AB9674 (or 0xAB9674) is known color: Bronco. HEX triplet: AB, 96 and 74. RGB value is (171,150,116). Sum of RGB (Red+Green+Blue) = 171+150+116=437 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.13% from 437); Green value is 150 (58.98% from 255 or 34.32% from 437); Blue value is 116 (45.70% from 255 or 26.54% from 437); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9674 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB9674 is #54698B. Grayscale: #989898. Windows color (decimal): -5532044 or 7640747. OLE color: 7640747.

HSL color Cylindrical-coordinate representation of color #AB9674: hue angle of 37.09º degrees, saturation: 0.25, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AB9674 is Cyan = 0, Magento = 0.12, Yellow = 0.32 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 150 116 -
CMYK 0 0.12 0.32 0.33
HSL 37.09º 0.25% 0.56% -
HSV(B) 37.09º 0.32% 0.67% -
XYZ 30.85 31.73 21.02 -
YUV 152.4 107.46 141.26 -
System Red Green Blue C M Y K H S L
Decimal 171 150 116 0 0.12 0.32 0.33 37.09 0.25 0.56
Hex AB 96 74 0 C 20 21 25 19 38
Octal 253 226 164 0 14 40 41 45 31 70
Binary 10101011 10010110 1110100 0 1100 100000 100001 100101 11001 111000

Color Harmonies of #AB9674

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB9674

Black with #AB9674

Text Example


Text Example

White with #AB9674

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB9674; }

 p { color: rgb(171,150,116); }

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

background-color css

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

 a { background-color: rgb(171,150,116); }

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

border-color css

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

 span { border-color: rgb(171,150,116); }

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