Html Css Color HEX #A54B33 Orange Roughy

📋 copy color: '#A54B33'

red 165 ◦ green 75 ◦ blue 51

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

Shades of Orange Roughy #A54B33

Tints of Orange Roughy #A54B33

RGB

 RED value IS 165 (64.84% from 255) = 56.7%

 GREEN value IS 75 (29.69% from 255) = 25.77%

 BLUE value IS 51 (20.31% from 255) = 17.53%

R = 56.7%
G = 25.77%
B = 17.53%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.69

 K value IS 0.35

RGB Variations

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

Color information

#A54B33 (or 0xA54B33) is known color: Orange Roughy. HEX triplet: A5, 4B and 33. RGB value is (165,75,51). Sum of RGB (Red+Green+Blue) = 165+75+51=291 (38% of max value = 765). Red value is 165 (64.84% from 255 or 56.70% from 291); Green value is 75 (29.69% from 255 or 25.77% from 291); Blue value is 51 (20.31% from 255 or 17.53% from 291); Max value from RGB is 165 - color contains mainly: red. Hex color #A54B33 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A54B33 is #5AB4CC. Grayscale: #636363. Windows color (decimal): -5944525 or 3361701. OLE color: 3361701.

HSL color Cylindrical-coordinate representation of color #A54B33: hue angle of 12.63º degrees, saturation: 0.53, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A54B33 is Cyan = 0, Magento = 0.55, Yellow = 0.69 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 75 51 -
CMYK 0 0.55 0.69 0.35
HSL 12.63º 0.53% 0.42% -
HSV(B) 12.63º 0.69% 0.65% -
XYZ 18.63 13.27 4.71 -
YUV 99.17 100.82 174.95 -
System Red Green Blue C M Y K H S L
Decimal 165 75 51 0 0.55 0.69 0.35 12.63 0.53 0.42
Hex A5 4B 33 0 37 45 23 D 35 2A
Octal 245 113 63 0 67 105 43 15 65 52
Binary 10100101 1001011 110011 0 110111 1000101 100011 1101 110101 101010

Color Harmonies of #A54B33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A54B33

Black with #A54B33

Text Example


Text Example

White with #A54B33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A54B33; }

 p { color: rgb(165,75,51); }

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

background-color css

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

 a { background-color: rgb(165,75,51); }

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

border-color css

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

 span { border-color: rgb(165,75,51); }

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