Html Css Color HEX #AB9B7D Bronco

📋 copy color: '#AB9B7D'

red 171 ◦ green 155 ◦ blue 125

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

Shades of Bronco #AB9B7D

Tints of Bronco #AB9B7D

RGB

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

 GREEN value IS 155 (60.94% from 255) = 34.37%

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

R = 37.92%
G = 34.37%
B = 27.72%

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

#AB9B7D (or 0xAB9B7D) is known color: Bronco. HEX triplet: AB, 9B and 7D. RGB value is (171,155,125). Sum of RGB (Red+Green+Blue) = 171+155+125=451 (59% of max value = 765). Red value is 171 (67.19% from 255 or 37.92% from 451); Green value is 155 (60.94% from 255 or 34.37% from 451); Blue value is 125 (49.22% from 255 or 27.72% from 451); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9B7D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB9B7D is #546482. Grayscale: #9C9C9C. Windows color (decimal): -5530755 or 8231851. OLE color: 8231851.

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

Color convert

RGB 171 155 125 -
CMYK 0 0.09 0.27 0.33
HSL 39.13º 0.21% 0.58% -
HSV(B) 39.13º 0.27% 0.67% -
XYZ 32.22 33.58 24.19 -
YUV 156.36 110.3 138.44 -
System Red Green Blue C M Y K H S L
Decimal 171 155 125 0 0.09 0.27 0.33 39.13 0.21 0.58
Hex AB 9B 7D 0 9 1B 21 27 15 3A
Octal 253 233 175 0 11 33 41 47 25 72
Binary 10101011 10011011 1111101 0 1001 11011 100001 100111 10101 111010

Color Harmonies of #AB9B7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB9B7D

Black with #AB9B7D

Text Example


Text Example

White with #AB9B7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB9B7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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