Html Css Color HEX #A81706 Fire Brick

📋 copy color: '#A81706'

red 168 ◦ green 23 ◦ blue 6

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

Shades of Fire Brick #A81706

Tints of Fire Brick #A81706

RGB

 RED value IS 168 (66.02% from 255) = 85.28%

 GREEN value IS 23 (9.38% from 255) = 11.68%

 BLUE value IS 6 (2.73% from 255) = 3.05%

R = 85.28%
G = 11.68%
B = 3.05%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.96

 K value IS 0.34

RGB Variations

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

Color information

#A81706 (or 0xA81706) is known color: Fire Brick. HEX triplet: A8, 17 and 06. RGB value is (168,23,6). Sum of RGB (Red+Green+Blue) = 168+23+6=197 (26% of max value = 765). Red value is 168 (66.02% from 255 or 85.28% from 197); Green value is 23 (9.38% from 255 or 11.68% from 197); Blue value is 6 (2.73% from 255 or 3.05% from 197); Max value from RGB is 168 - color contains mainly: red. Hex color #A81706 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A81706 is #57E8F9. Grayscale: #404040. Windows color (decimal): -5761274 or 399272. OLE color: 399272.

HSL color Cylindrical-coordinate representation of color #A81706: hue angle of 6.3º degrees, saturation: 0.93, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A81706 is Cyan = 0, Magento = 0.86, Yellow = 0.96 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 23 6 -
CMYK 0 0.86 0.96 0.34
HSL 6.3º 0.93% 0.34% -
HSV(B) 6.3º 0.96% 0.66% -
XYZ 16.49 8.95 1.03 -
YUV 64.42 95.04 201.88 -
System Red Green Blue C M Y K H S L
Decimal 168 23 6 0 0.86 0.96 0.34 6.3 0.93 0.34
Hex A8 17 6 0 56 60 22 6 5D 22
Octal 250 27 6 0 126 140 42 6 135 42
Binary 10101000 10111 110 0 1010110 1100000 100010 110 1011101 100010

Color Harmonies of #A81706

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A81706

Black with #A81706

Text Example


Text Example

White with #A81706

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A81706; }

 p { color: rgb(168,23,6); }

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

background-color css

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

 a { background-color: rgb(168,23,6); }

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

border-color css

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

 span { border-color: rgb(168,23,6); }

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