Html Css Color HEX #A45035 Orange Roughy

📋 copy color: '#A45035'

red 164 ◦ green 80 ◦ blue 53

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

Shades of Orange Roughy #A45035

Tints of Orange Roughy #A45035

RGB

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

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

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

R = 55.22%
G = 26.94%
B = 17.85%

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

#A45035 (or 0xA45035) is known color: Orange Roughy. HEX triplet: A4, 50 and 35. RGB value is (164,80,53). Sum of RGB (Red+Green+Blue) = 164+80+53=297 (39% of max value = 765). Red value is 164 (64.45% from 255 or 55.22% from 297); Green value is 80 (31.64% from 255 or 26.94% from 297); Blue value is 53 (21.09% from 255 or 17.85% from 297); Max value from RGB is 164 - color contains mainly: red. Hex color #A45035 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A45035 is #5BAFCA. Grayscale: #666666. Windows color (decimal): -6008779 or 3494052. OLE color: 3494052.

HSL color Cylindrical-coordinate representation of color #A45035: hue angle of 14.59º 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 #A45035 is Cyan = 0, Magento = 0.51, Yellow = 0.68 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 80 53 -
CMYK 0 0.51 0.68 0.36
HSL 14.59º 0.51% 0.43% -
HSV(B) 14.59º 0.68% 0.64% -
XYZ 18.82 13.89 5.06 -
YUV 102.04 100.33 172.2 -
System Red Green Blue C M Y K H S L
Decimal 164 80 53 0 0.51 0.68 0.36 14.59 0.51 0.43
Hex A4 50 35 0 33 44 24 F 33 2B
Octal 244 120 65 0 63 104 44 17 63 53
Binary 10100100 1010000 110101 0 110011 1000100 100100 1111 110011 101011

Color Harmonies of #A45035

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A45035

Black with #A45035

Text Example


Text Example

White with #A45035

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A45035; }

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

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

background-color css

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

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

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

border-color css

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

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

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