Html Css Color HEX #AB9C7D Bronco

📋 copy color: '#AB9C7D'

red 171 ◦ green 156 ◦ blue 125

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

Shades of Bronco #AB9C7D

Tints of Bronco #AB9C7D

RGB

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

 GREEN value IS 156 (61.33% from 255) = 34.51%

 BLUE value IS 125 (49.22% from 255) = 27.65%

R = 37.83%
G = 34.51%
B = 27.65%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.27

 K value IS 0.33

RGB Variations

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

Color information

#AB9C7D (or 0xAB9C7D) is known color: Bronco. HEX triplet: AB, 9C and 7D. RGB value is (171,156,125). Sum of RGB (Red+Green+Blue) = 171+156+125=452 (59% of max value = 765). Red value is 171 (67.19% from 255 or 37.83% from 452); Green value is 156 (61.33% from 255 or 34.51% from 452); Blue value is 125 (49.22% from 255 or 27.65% from 452); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9C7D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB9C7D is #546382. Grayscale: #9D9D9D. Windows color (decimal): -5530499 or 8232107. OLE color: 8232107.

HSL color Cylindrical-coordinate representation of color #AB9C7D: hue angle of 40.43º degrees, saturation: 0.21, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AB9C7D is Cyan = 0, Magento = 0.09, Yellow = 0.27 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 156 125 -
CMYK 0 0.09 0.27 0.33
HSL 40.43º 0.21% 0.58% -
HSV(B) 40.43º 0.27% 0.67% -
XYZ 32.38 33.92 24.24 -
YUV 156.95 109.97 138.02 -
System Red Green Blue C M Y K H S L
Decimal 171 156 125 0 0.09 0.27 0.33 40.43 0.21 0.58
Hex AB 9C 7D 0 9 1B 21 28 15 3A
Octal 253 234 175 0 11 33 41 50 25 72
Binary 10101011 10011100 1111101 0 1001 11011 100001 101000 10101 111010

Color Harmonies of #AB9C7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB9C7D

Black with #AB9C7D

Text Example


Text Example

White with #AB9C7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB9C7D; }

 p { color: rgb(171,156,125); }

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

background-color css

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

 a { background-color: rgb(171,156,125); }

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

border-color css

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

 span { border-color: rgb(171,156,125); }

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