Html Css Color HEX #A8543D Orange Roughy

📋 copy color: '#A8543D'

red 168 ◦ green 84 ◦ blue 61

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

Shades of Orange Roughy #A8543D

Tints of Orange Roughy #A8543D

RGB

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

 GREEN value IS 84 (33.2% from 255) = 26.84%

 BLUE value IS 61 (24.22% from 255) = 19.49%

R = 53.67%
G = 26.84%
B = 19.49%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.64

 K value IS 0.34

RGB Variations

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

Color information

#A8543D (or 0xA8543D) is known color: Orange Roughy. HEX triplet: A8, 54 and 3D. RGB value is (168,84,61). Sum of RGB (Red+Green+Blue) = 168+84+61=313 (41% of max value = 765). Red value is 168 (66.02% from 255 or 53.67% from 313); Green value is 84 (33.20% from 255 or 26.84% from 313); Blue value is 61 (24.22% from 255 or 19.49% from 313); Max value from RGB is 168 - color contains mainly: red. Hex color #A8543D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A8543D is #57ABC2. Grayscale: #6A6A6A. Windows color (decimal): -5745603 or 4019368. OLE color: 4019368.

HSL color Cylindrical-coordinate representation of color #A8543D: hue angle of 12.9º degrees, saturation: 0.47, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A8543D is Cyan = 0, Magento = 0.5, Yellow = 0.64 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 84 61 -
CMYK 0 0.5 0.64 0.34
HSL 12.9º 0.47% 0.45% -
HSV(B) 12.9º 0.64% 0.66% -
XYZ 20.16 15 6.25 -
YUV 106.49 102.33 171.87 -
System Red Green Blue C M Y K H S L
Decimal 168 84 61 0 0.5 0.64 0.34 12.9 0.47 0.45
Hex A8 54 3D 0 32 40 22 D 2F 2D
Octal 250 124 75 0 62 100 42 15 57 55
Binary 10101000 1010100 111101 0 110010 1000000 100010 1101 101111 101101

Color Harmonies of #A8543D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8543D

Black with #A8543D

Text Example


Text Example

White with #A8543D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8543D; }

 p { color: rgb(168,84,61); }

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

background-color css

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

 a { background-color: rgb(168,84,61); }

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

border-color css

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

 span { border-color: rgb(168,84,61); }

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