Html Css Color HEX #A15034 Orange Roughy

📋 copy color: '#A15034'

red 161 ◦ green 80 ◦ blue 52

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

Shades of Orange Roughy #A15034

Tints of Orange Roughy #A15034

RGB

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

 GREEN value IS 80 (31.64% from 255) = 27.3%

 BLUE value IS 52 (20.7% from 255) = 17.75%

R = 54.95%
G = 27.3%
B = 17.75%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.68

 K value IS 0.37

RGB Variations

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

Color information

#A15034 (or 0xA15034) is known color: Orange Roughy. HEX triplet: A1, 50 and 34. RGB value is (161,80,52). Sum of RGB (Red+Green+Blue) = 161+80+52=293 (38% of max value = 765). Red value is 161 (63.28% from 255 or 54.95% from 293); Green value is 80 (31.64% from 255 or 27.30% from 293); Blue value is 52 (20.70% from 255 or 17.75% from 293); Max value from RGB is 161 - color contains mainly: red. Hex color #A15034 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A15034 is #5EAFCB. Grayscale: #656565. Windows color (decimal): -6205388 or 3428513. OLE color: 3428513.

HSL color Cylindrical-coordinate representation of color #A15034: hue angle of 15.41º degrees, saturation: 0.51, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A15034 is Cyan = 0, Magento = 0.50, Yellow = 0.68 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 80 52 -
CMYK 0 0.50 0.68 0.37
HSL 15.41º 0.51% 0.42% -
HSV(B) 15.41º 0.68% 0.63% -
XYZ 18.19 13.56 4.91 -
YUV 101.03 100.34 170.78 -
System Red Green Blue C M Y K H S L
Decimal 161 80 52 0 0.50 0.68 0.37 15.41 0.51 0.42
Hex A1 50 34 0 32 44 25 F 33 2A
Octal 241 120 64 0 62 104 45 17 63 52
Binary 10100001 1010000 110100 0 110010 1000100 100101 1111 110011 101010

Color Harmonies of #A15034

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A15034

Black with #A15034

Text Example


Text Example

White with #A15034

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A15034; }

 p { color: rgb(161,80,52); }

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

background-color css

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

 a { background-color: rgb(161,80,52); }

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

border-color css

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

 span { border-color: rgb(161,80,52); }

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