Html Css Color HEX #A25335 Orange Roughy

📋 copy color: '#A25335'

red 162 ◦ green 83 ◦ blue 53

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

Shades of Orange Roughy #A25335

Tints of Orange Roughy #A25335

RGB

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

 GREEN value IS 83 (32.81% from 255) = 27.85%

 BLUE value IS 53 (21.09% from 255) = 17.79%

R = 54.36%
G = 27.85%
B = 17.79%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.67

 K value IS 0.36

RGB Variations

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

Color information

#A25335 (or 0xA25335) is known color: Orange Roughy. HEX triplet: A2, 53 and 35. RGB value is (162,83,53). Sum of RGB (Red+Green+Blue) = 162+83+53=298 (39% of max value = 765). Red value is 162 (63.67% from 255 or 54.36% from 298); Green value is 83 (32.81% from 255 or 27.85% from 298); Blue value is 53 (21.09% from 255 or 17.79% from 298); Max value from RGB is 162 - color contains mainly: red. Hex color #A25335 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A25335 is #5DACCA. Grayscale: #676767. Windows color (decimal): -6139083 or 3494818. OLE color: 3494818.

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

Color convert

RGB 162 83 53 -
CMYK 0 0.49 0.67 0.36
HSL 16.51º 0.51% 0.42% -
HSV(B) 16.51º 0.67% 0.64% -
XYZ 18.64 14.12 5.11 -
YUV 103.2 99.67 169.94 -
System Red Green Blue C M Y K H S L
Decimal 162 83 53 0 0.49 0.67 0.36 16.51 0.51 0.42
Hex A2 53 35 0 31 43 24 11 33 2A
Octal 242 123 65 0 61 103 44 21 63 52
Binary 10100010 1010011 110101 0 110001 1000011 100100 10001 110011 101010

Color Harmonies of #A25335

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A25335

Black with #A25335

Text Example


Text Example

White with #A25335

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A25335; }

 p { color: rgb(162,83,53); }

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

background-color css

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

 a { background-color: rgb(162,83,53); }

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

border-color css

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

 span { border-color: rgb(162,83,53); }

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