Html Css Color HEX #A25034 Orange Roughy

📋 copy color: '#A25034'

red 162 ◦ green 80 ◦ blue 52

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

Shades of Orange Roughy #A25034

Tints of Orange Roughy #A25034

RGB

 RED value IS 162 (63.67% from 255) = 55.1%

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

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

R = 55.1%
G = 27.21%
B = 17.69%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.68

 K value IS 0.36

RGB Variations

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

Color information

#A25034 (or 0xA25034) is known color: Orange Roughy. HEX triplet: A2, 50 and 34. RGB value is (162,80,52). Sum of RGB (Red+Green+Blue) = 162+80+52=294 (38% of max value = 765). Red value is 162 (63.67% from 255 or 55.10% from 294); Green value is 80 (31.64% from 255 or 27.21% from 294); Blue value is 52 (20.70% from 255 or 17.69% from 294); Max value from RGB is 162 - color contains mainly: red. Hex color #A25034 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A25034 is #5DAFCB. Grayscale: #656565. Windows color (decimal): -6139852 or 3428514. OLE color: 3428514.

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

Color convert

RGB 162 80 52 -
CMYK 0 0.51 0.68 0.36
HSL 15.27º 0.51% 0.42% -
HSV(B) 15.27º 0.68% 0.64% -
XYZ 18.39 13.67 4.92 -
YUV 101.33 100.17 171.28 -
System Red Green Blue C M Y K H S L
Decimal 162 80 52 0 0.51 0.68 0.36 15.27 0.51 0.42
Hex A2 50 34 0 33 44 24 F 33 2A
Octal 242 120 64 0 63 104 44 17 63 52
Binary 10100010 1010000 110100 0 110011 1000100 100100 1111 110011 101010

Color Harmonies of #A25034

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A25034

Black with #A25034

Text Example


Text Example

White with #A25034

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A25034; }

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

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

background-color css

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

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

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

border-color css

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

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

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