Html Css Color HEX #A4927D Bronco

📋 copy color: '#A4927D'

red 164 ◦ green 146 ◦ blue 125

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

Shades of Bronco #A4927D

Tints of Bronco #A4927D

RGB

 RED value IS 164 (64.45% from 255) = 37.7%

 GREEN value IS 146 (57.42% from 255) = 33.56%

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

R = 37.7%
G = 33.56%
B = 28.74%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.24

 K value IS 0.36

RGB Variations

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

Color information

#A4927D (or 0xA4927D) is known color: Bronco. HEX triplet: A4, 92 and 7D. RGB value is (164,146,125). Sum of RGB (Red+Green+Blue) = 164+146+125=435 (57% of max value = 765). Red value is 164 (64.45% from 255 or 37.70% from 435); Green value is 146 (57.42% from 255 or 33.56% from 435); Blue value is 125 (49.22% from 255 or 28.74% from 435); Max value from RGB is 164 - color contains mainly: red. Hex color #A4927D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A4927D is #5B6D82. Grayscale: #959595. Windows color (decimal): -5991811 or 8229540. OLE color: 8229540.

HSL color Cylindrical-coordinate representation of color #A4927D: hue angle of 32.31º degrees, saturation: 0.18, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A4927D is Cyan = 0, Magento = 0.11, Yellow = 0.24 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 146 125 -
CMYK 0 0.11 0.24 0.36
HSL 32.31º 0.18% 0.57% -
HSV(B) 32.31º 0.24% 0.64% -
XYZ 29.29 29.93 23.64 -
YUV 148.99 114.46 138.71 -
System Red Green Blue C M Y K H S L
Decimal 164 146 125 0 0.11 0.24 0.36 32.31 0.18 0.57
Hex A4 92 7D 0 B 18 24 20 12 39
Octal 244 222 175 0 13 30 44 40 22 71
Binary 10100100 10010010 1111101 0 1011 11000 100100 100000 10010 111001

Color Harmonies of #A4927D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4927D

Black with #A4927D

Text Example


Text Example

White with #A4927D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4927D; }

 p { color: rgb(164,146,125); }

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

background-color css

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

 a { background-color: rgb(164,146,125); }

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

border-color css

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

 span { border-color: rgb(164,146,125); }

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