Html Css Color HEX #A4917B Bronco

📋 copy color: '#A4917B'

red 164 ◦ green 145 ◦ blue 123

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

Shades of Bronco #A4917B

Tints of Bronco #A4917B

RGB

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

 GREEN value IS 145 (57.03% from 255) = 33.56%

 BLUE value IS 123 (48.44% from 255) = 28.47%

R = 37.96%
G = 33.56%
B = 28.47%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.25

 K value IS 0.36

RGB Variations

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

Color information

#A4917B (or 0xA4917B) is known color: Bronco. HEX triplet: A4, 91 and 7B. RGB value is (164,145,123). Sum of RGB (Red+Green+Blue) = 164+145+123=432 (57% of max value = 765). Red value is 164 (64.45% from 255 or 37.96% from 432); Green value is 145 (57.03% from 255 or 33.56% from 432); Blue value is 123 (48.44% from 255 or 28.47% from 432); Max value from RGB is 164 - color contains mainly: red. Hex color #A4917B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A4917B is #5B6E84. Grayscale: #949494. Windows color (decimal): -5992069 or 8098212. OLE color: 8098212.

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

Color convert

RGB 164 145 123 -
CMYK 0 0.12 0.25 0.36
HSL 32.2º 0.18% 0.56% -
HSV(B) 32.2º 0.25% 0.64% -
XYZ 29.01 29.57 22.92 -
YUV 148.17 113.79 139.29 -
System Red Green Blue C M Y K H S L
Decimal 164 145 123 0 0.12 0.25 0.36 32.2 0.18 0.56
Hex A4 91 7B 0 C 19 24 20 12 38
Octal 244 221 173 0 14 31 44 40 22 70
Binary 10100100 10010001 1111011 0 1100 11001 100100 100000 10010 111000

Color Harmonies of #A4917B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4917B

Black with #A4917B

Text Example


Text Example

White with #A4917B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4917B; }

 p { color: rgb(164,145,123); }

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

background-color css

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

 a { background-color: rgb(164,145,123); }

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

border-color css

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

 span { border-color: rgb(164,145,123); }

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