Html Css Color HEX #A8513E Orange Roughy

📋 copy color: '#A8513E'

red 168 ◦ green 81 ◦ blue 62

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

Shades of Orange Roughy #A8513E

Tints of Orange Roughy #A8513E

RGB

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

 GREEN value IS 81 (32.03% from 255) = 26.05%

 BLUE value IS 62 (24.61% from 255) = 19.94%

R = 54.02%
G = 26.05%
B = 19.94%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.63

 K value IS 0.34

RGB Variations

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

Color information

#A8513E (or 0xA8513E) is known color: Orange Roughy. HEX triplet: A8, 51 and 3E. RGB value is (168,81,62). Sum of RGB (Red+Green+Blue) = 168+81+62=311 (41% of max value = 765). Red value is 168 (66.02% from 255 or 54.02% from 311); Green value is 81 (32.03% from 255 or 26.05% from 311); Blue value is 62 (24.61% from 255 or 19.94% from 311); Max value from RGB is 168 - color contains mainly: red. Hex color #A8513E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A8513E is #57AEC1. Grayscale: #696969. Windows color (decimal): -5746370 or 4084136. OLE color: 4084136.

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

Color convert

RGB 168 81 62 -
CMYK 0 0.52 0.63 0.34
HSL 10.75º 0.46% 0.45% -
HSV(B) 10.75º 0.63% 0.66% -
XYZ 19.96 14.56 6.32 -
YUV 104.85 103.82 173.04 -
System Red Green Blue C M Y K H S L
Decimal 168 81 62 0 0.52 0.63 0.34 10.75 0.46 0.45
Hex A8 51 3E 0 34 3F 22 B 2E 2D
Octal 250 121 76 0 64 77 42 13 56 55
Binary 10101000 1010001 111110 0 110100 111111 100010 1011 101110 101101

Color Harmonies of #A8513E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8513E

Black with #A8513E

Text Example


Text Example

White with #A8513E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8513E; }

 p { color: rgb(168,81,62); }

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

background-color css

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

 a { background-color: rgb(168,81,62); }

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

border-color css

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

 span { border-color: rgb(168,81,62); }

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