Html Css Color HEX #A45235 Orange Roughy

📋 copy color: '#A45235'

red 164 ◦ green 82 ◦ blue 53

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

Shades of Orange Roughy #A45235

Tints of Orange Roughy #A45235

RGB

 RED value IS 164 (64.45% from 255) = 54.85%

 GREEN value IS 82 (32.42% from 255) = 27.42%

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

R = 54.85%
G = 27.42%
B = 17.73%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.68

 K value IS 0.36

RGB Variations

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

Color information

#A45235 (or 0xA45235) is known color: Orange Roughy. HEX triplet: A4, 52 and 35. RGB value is (164,82,53). Sum of RGB (Red+Green+Blue) = 164+82+53=299 (39% of max value = 765). Red value is 164 (64.45% from 255 or 54.85% from 299); Green value is 82 (32.42% from 255 or 27.42% from 299); Blue value is 53 (21.09% from 255 or 17.73% from 299); Max value from RGB is 164 - color contains mainly: red. Hex color #A45235 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A45235 is #5BADCA. Grayscale: #676767. Windows color (decimal): -6008267 or 3494564. OLE color: 3494564.

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

Color convert

RGB 164 82 53 -
CMYK 0 0.5 0.68 0.36
HSL 15.68º 0.51% 0.43% -
HSV(B) 15.68º 0.68% 0.64% -
XYZ 18.97 14.18 5.11 -
YUV 103.21 99.67 171.36 -
System Red Green Blue C M Y K H S L
Decimal 164 82 53 0 0.5 0.68 0.36 15.68 0.51 0.43
Hex A4 52 35 0 32 44 24 10 33 2B
Octal 244 122 65 0 62 104 44 20 63 53
Binary 10100100 1010010 110101 0 110010 1000100 100100 10000 110011 101011

Color Harmonies of #A45235

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A45235

Black with #A45235

Text Example


Text Example

White with #A45235

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A45235; }

 p { color: rgb(164,82,53); }

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

background-color css

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

 a { background-color: rgb(164,82,53); }

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

border-color css

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

 span { border-color: rgb(164,82,53); }

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