Html Css Color HEX #A1907D Bronco

📋 copy color: '#A1907D'

red 161 ◦ green 144 ◦ blue 125

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

Shades of Bronco #A1907D

Tints of Bronco #A1907D

RGB

 RED value IS 161 (63.28% from 255) = 37.44%

 GREEN value IS 144 (56.64% from 255) = 33.49%

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

R = 37.44%
G = 33.49%
B = 29.07%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.22

 K value IS 0.37

RGB Variations

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

Color information

#A1907D (or 0xA1907D) is known color: Bronco. HEX triplet: A1, 90 and 7D. RGB value is (161,144,125). Sum of RGB (Red+Green+Blue) = 161+144+125=430 (56% of max value = 765). Red value is 161 (63.28% from 255 or 37.44% from 430); Green value is 144 (56.64% from 255 or 33.49% from 430); Blue value is 125 (49.22% from 255 or 29.07% from 430); Max value from RGB is 161 - color contains mainly: red. Hex color #A1907D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1907D is #5E6F82. Grayscale: #939393. Windows color (decimal): -6188931 or 8229025. OLE color: 8229025.

HSL color Cylindrical-coordinate representation of color #A1907D: hue angle of 31.67º degrees, saturation: 0.16, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A1907D is Cyan = 0, Magento = 0.11, Yellow = 0.22 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 144 125 -
CMYK 0 0.11 0.22 0.37
HSL 31.67º 0.16% 0.56% -
HSV(B) 31.67º 0.22% 0.63% -
XYZ 28.37 29 23.51 -
YUV 146.92 115.63 138.04 -
System Red Green Blue C M Y K H S L
Decimal 161 144 125 0 0.11 0.22 0.37 31.67 0.16 0.56
Hex A1 90 7D 0 B 16 25 20 10 38
Octal 241 220 175 0 13 26 45 40 20 70
Binary 10100001 10010000 1111101 0 1011 10110 100101 100000 10000 111000

Color Harmonies of #A1907D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1907D

Black with #A1907D

Text Example


Text Example

White with #A1907D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1907D; }

 p { color: rgb(161,144,125); }

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

background-color css

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

 a { background-color: rgb(161,144,125); }

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

border-color css

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

 span { border-color: rgb(161,144,125); }

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